Home
last modified time | relevance | path

Searched refs:otherEncodedLocale (Results 1 - 6 of 6) sorted by relevance

/base/global/i18n/frameworks/intl/src/
H A Dlocale_matcher.cpp245 uint64_t otherEncodedLocale = LocaleUtil::EncodeLocale(request->GetLanguage().c_str(), nullptr, in CompareRegion() local
250 otherEncodedLocale); in CompareRegion()
257 int8_t result = CompareDistance(currentEncodedLocale, otherEncodedLocale, requestEncodedTrackPath, request); in CompareRegion()
273 return AlphabeticallyCompare(current, currentEncodedLocale, other, otherEncodedLocale); in CompareRegion()
303 uint64_t otherEncodedLocale = LocaleUtil::EncodeLocale( in CompareWhenRegionIsNull() local
305 return AlphabeticallyCompare(current, currentEncodedLocale, other, otherEncodedLocale); in CompareWhenRegionIsNull()
333 const LocaleInfo *other, uint64_t otherEncodedLocale) in AlphabeticallyCompare()
335 if (currentEncodedLocale == otherEncodedLocale) { in AlphabeticallyCompare()
356 if (currentEncodedLocale > otherEncodedLocale) { in AlphabeticallyCompare()
359 if (otherEncodedLocale > currentEncodedLocal in AlphabeticallyCompare()
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 Dlocale_matcher.cpp338 uint64_t otherEncodedLocale) in AlphabeticallyCompare()
340 if (currentEncodedLocale == otherEncodedLocale) { in AlphabeticallyCompare()
361 if (currentEncodedLocale > otherEncodedLocale) { in AlphabeticallyCompare()
364 if (otherEncodedLocale > currentEncodedLocale) { in AlphabeticallyCompare()
398 uint64_t otherEncodedLocale = Utils::EncodeLocale( in CompareWhenRegionIsNull() local
400 return AlphabeticallyCompare(current, currentEncodedLocale, other, otherEncodedLocale); in CompareWhenRegionIsNull()
403 int8_t CompareDistance(uint64_t currentEncodedLocale, uint64_t otherEncodedLocale, in CompareDistance() argument
409 FindTrackPath(request, LocaleMatcher::TRACKPATH_ARRAY_SIZE, otherEncodedLocale, otherEncodedTrackPath); in CompareDistance()
470 uint64_t otherEncodedLocale = Utils::EncodeLocale( in CompareRegion() local
479 otherEncodedLocale); in CompareRegion()
335 AlphabeticallyCompare(const ResLocale *current, uint64_t currentEncodedLocale, const ResLocale *other, uint64_t otherEncodedLocale) AlphabeticallyCompare() argument
[all...]
H A Dres_config_impl.cpp134 uint64_t otherEncodedLocale = Utils::EncodeLocale( in CopyLocale() local
137 if (encodedLocale != otherEncodedLocale) { in CopyLocale()
/base/global/resource_management/frameworks/resmgr/src/
H A Dlocale_matcher.cpp340 uint64_t otherEncodedLocale) in AlphabeticallyCompare()
342 if (currentEncodedLocale == otherEncodedLocale) { in AlphabeticallyCompare()
363 if (currentEncodedLocale > otherEncodedLocale) { in AlphabeticallyCompare()
366 if (otherEncodedLocale > currentEncodedLocale) { in AlphabeticallyCompare()
400 uint64_t otherEncodedLocale = Utils::EncodeLocale( in CompareWhenRegionIsNull() local
402 return AlphabeticallyCompare(current, currentEncodedLocale, other, otherEncodedLocale); in CompareWhenRegionIsNull()
405 int8_t CompareDistance(uint64_t currentEncodedLocale, uint64_t otherEncodedLocale, in CompareDistance() argument
411 FindTrackPath(request, LocaleMatcher::TRACKPATH_ARRAY_SIZE, otherEncodedLocale, otherEncodedTrackPath); in CompareDistance()
472 uint64_t otherEncodedLocale = Utils::EncodeLocale( in CompareRegion() local
481 otherEncodedLocale); in CompareRegion()
337 AlphabeticallyCompare(const ResLocale *current, uint64_t currentEncodedLocale, const ResLocale *other, uint64_t otherEncodedLocale) AlphabeticallyCompare() argument
[all...]
H A Dres_config_impl.cpp306 uint64_t otherEncodedLocale = Utils::EncodeLocale( in CopyLocale() local
309 if (encodedLocale != otherEncodedLocale) { in CopyLocale()
/base/global/i18n/interfaces/native/inner_api/i18n/include/
H A Dlocale_matcher.h120 const LocaleInfo *other, uint64_t otherEncodedLocale);
131 static int8_t CompareDistance(uint64_t currentEncodedLocale, uint64_t otherEncodedLocale,

Completed in 6 milliseconds