Lines Matching refs:LocaleInfo
29 std::string LocaleMatcher::GetBestMatchedLocale(const LocaleInfo* requestLocale,
30 const std::vector<LocaleInfo*>& candidateLocales)
35 LocaleInfo* bestMatch = candidateLocales[0];
44 int8_t LocaleMatcher::IsMoreSuitable(const LocaleInfo *current, const LocaleInfo *other, const LocaleInfo *request)
90 bool LocaleMatcher::CompareLanguage(const LocaleInfo *current, const LocaleInfo *other)
118 bool LocaleMatcher::CompareRegionWhenLangIsNotEqual(const LocaleInfo *current, const LocaleInfo *other,
119 const LocaleInfo *request)
147 int8_t LocaleMatcher::CompareRegionWhenQaag(const LocaleInfo *current, const LocaleInfo *other,
148 const LocaleInfo *request)
164 bool LocaleMatcher::IsSimilarToUsEnglish(const LocaleInfo *localeInfo)
182 void LocaleMatcher::FindTrackPath(const LocaleInfo *request, size_t len, uint64_t encodedLocale, uint64_t *result)
196 uint64_t LocaleMatcher::SearchParentLocale(uint64_t encodedLocale, const LocaleInfo *request)
232 int8_t LocaleMatcher::CompareRegion(const LocaleInfo *current, const LocaleInfo *other, const LocaleInfo *request)
277 const LocaleInfo *current, const LocaleInfo *other, const LocaleInfo *request)
332 int8_t LocaleMatcher::AlphabeticallyCompare(const LocaleInfo *current, uint64_t currentEncodedLocale,
333 const LocaleInfo *other, uint64_t otherEncodedLocale)
380 const uint64_t *requestEncodedTrackPath, const LocaleInfo *request)
415 int8_t LocaleMatcher::CompareDefaultRegion(const LocaleInfo *current, const LocaleInfo *other,
416 const LocaleInfo *request)
453 int8_t LocaleMatcher::CompareLanguageIgnoreOldNewCode(const LocaleInfo *current, const LocaleInfo *other,
454 const LocaleInfo *request)
468 bool LocaleMatcher::Match(const LocaleInfo *current, const LocaleInfo *other)
481 bool LocaleMatcher::CompareScript(const LocaleInfo *current, const LocaleInfo *other)