Searched refs:cmp_locale (Results 1 – 1 of 1) sorted by relevance
646 Locale& cmp_locale = pLocaleItem->m_locale; in getItemForLocale() local647 if( cmp_locale.Language == locale.Language && in getItemForLocale()648 cmp_locale.Country == locale.Country && in getItemForLocale()649 cmp_locale.Variant == locale.Variant ) in getItemForLocale()679 Locale& cmp_locale = pLocaleItem->m_locale; in getClosestMatchItemForLocale() local680 if( cmp_locale.Language == locale.Language && in getClosestMatchItemForLocale()681 (iPass > 1 || cmp_locale.Country == locale.Country) && in getClosestMatchItemForLocale()682 (iPass > 0 || cmp_locale.Variant == locale.Variant) ) in getClosestMatchItemForLocale()