Searched refs:cmp_locale (Results 1 – 1 of 1) sorted by relevance
671 Locale& cmp_locale = pLocaleItem->m_locale; in getItemForLocale() local672 if( cmp_locale.Language == locale.Language && in getItemForLocale()673 cmp_locale.Country == locale.Country && in getItemForLocale()674 cmp_locale.Variant == locale.Variant ) in getItemForLocale()704 Locale& cmp_locale = pLocaleItem->m_locale; in getClosestMatchItemForLocale() local705 if( cmp_locale.Language == locale.Language && in getClosestMatchItemForLocale()706 (iPass > 1 || cmp_locale.Country == locale.Country) && in getClosestMatchItemForLocale()707 (iPass > 0 || cmp_locale.Variant == locale.Variant) ) in getClosestMatchItemForLocale()
Completed in 16 milliseconds