Searched refs:currentEncodedLocale (Results 1 - 4 of 4) sorted by relevance
/base/global/i18n/frameworks/intl/src/ |
H A D | locale_matcher.cpp | 184 uint64_t currentEncodedLocale = encodedLocale; in FindTrackPath() local 187 result[i] = currentEncodedLocale; in FindTrackPath() 188 currentEncodedLocale = SearchParentLocale(currentEncodedLocale, request); in FindTrackPath() 190 } while (currentEncodedLocale != LocaleMatcher::ROOT_LOCALE); in FindTrackPath() 243 uint64_t currentEncodedLocale = LocaleUtil::EncodeLocale(request->GetLanguage().c_str(), nullptr, in CompareRegion() local 248 currentEncodedLocale); in CompareRegion() 257 int8_t result = CompareDistance(currentEncodedLocale, otherEncodedLocale, requestEncodedTrackPath, request); in CompareRegion() 273 return AlphabeticallyCompare(current, currentEncodedLocale, other, otherEncodedLocale); in CompareRegion() 300 uint64_t currentEncodedLocale in CompareWhenRegionIsNull() local 332 AlphabeticallyCompare(const LocaleInfo *current, uint64_t currentEncodedLocale, const LocaleInfo *other, uint64_t otherEncodedLocale) AlphabeticallyCompare() argument 379 CompareDistance(uint64_t currentEncodedLocale, uint64_t otherEncodedLocale, const uint64_t *requestEncodedTrackPath, const LocaleInfo *request) CompareDistance() argument [all...] |
/base/global/resource_management_lite/frameworks/resmgr_lite/src/ |
H A D | locale_matcher.cpp | 89 uint64_t currentEncodedLocale = encodedLocale; in FindTrackPath() local 92 result[i] = currentEncodedLocale; in FindTrackPath() 93 currentEncodedLocale = SearchParentLocale(currentEncodedLocale, request); in FindTrackPath() 95 } while (currentEncodedLocale != LocaleMatcher::ROOT_LOCALE); in FindTrackPath() 336 uint64_t currentEncodedLocale, in AlphabeticallyCompare() 340 if (currentEncodedLocale == otherEncodedLocale) { in AlphabeticallyCompare() 361 if (currentEncodedLocale > otherEncodedLocale) { in AlphabeticallyCompare() 364 if (otherEncodedLocale > currentEncodedLocale) { in AlphabeticallyCompare() 396 uint64_t currentEncodedLocale in CompareWhenRegionIsNull() local 335 AlphabeticallyCompare(const ResLocale *current, uint64_t currentEncodedLocale, const ResLocale *other, uint64_t otherEncodedLocale) AlphabeticallyCompare() argument 403 CompareDistance(uint64_t currentEncodedLocale, uint64_t otherEncodedLocale, const uint64_t *requestEncodedTrackPath, const ResLocale *request) CompareDistance() argument 468 uint64_t currentEncodedLocale = Utils::EncodeLocale( CompareRegion() local [all...] |
/base/global/resource_management/frameworks/resmgr/src/ |
H A D | locale_matcher.cpp | 90 uint64_t currentEncodedLocale = encodedLocale; in FindTrackPath() local 93 result[i] = currentEncodedLocale; in FindTrackPath() 94 currentEncodedLocale = SearchParentLocale(currentEncodedLocale, request); in FindTrackPath() 96 } while (currentEncodedLocale != LocaleMatcher::ROOT_LOCALE); in FindTrackPath() 338 uint64_t currentEncodedLocale, in AlphabeticallyCompare() 342 if (currentEncodedLocale == otherEncodedLocale) { in AlphabeticallyCompare() 363 if (currentEncodedLocale > otherEncodedLocale) { in AlphabeticallyCompare() 366 if (otherEncodedLocale > currentEncodedLocale) { in AlphabeticallyCompare() 398 uint64_t currentEncodedLocale in CompareWhenRegionIsNull() local 337 AlphabeticallyCompare(const ResLocale *current, uint64_t currentEncodedLocale, const ResLocale *other, uint64_t otherEncodedLocale) AlphabeticallyCompare() argument 405 CompareDistance(uint64_t currentEncodedLocale, uint64_t otherEncodedLocale, const uint64_t *requestEncodedTrackPath, const ResLocale *request) CompareDistance() argument 470 uint64_t currentEncodedLocale = Utils::EncodeLocale( CompareRegion() local [all...] |
/base/global/i18n/interfaces/native/inner_api/i18n/include/ |
H A D | locale_matcher.h | 119 static int8_t AlphabeticallyCompare(const LocaleInfo *current, uint64_t currentEncodedLocale, 131 static int8_t CompareDistance(uint64_t currentEncodedLocale, uint64_t otherEncodedLocale,
|
Completed in 4 milliseconds