Searched refs:otherEncodedRegion (Results 1 - 4 of 4) sorted by relevance
/base/global/i18n/frameworks/intl/src/ |
H A D | locale_matcher.cpp | 69 uint16_t otherEncodedRegion = in IsMoreSuitable() local 71 if (currentEncodedRegion == otherEncodedRegion) { in IsMoreSuitable() 80 if (otherEncodedRegion == requestEncodedRegion) { in IsMoreSuitable() 235 uint16_t otherEncodedRegion = LocaleUtil::EncodeRegionByLocaleInfo(other); in CompareRegion() local 237 return CompareWhenRegionIsNull(currentEncodedRegion, otherEncodedRegion, current, other, request); in CompareRegion() 270 if (requestDefaultRegion == otherEncodedRegion) { in CompareRegion() 276 int8_t LocaleMatcher::CompareWhenRegionIsNull(uint16_t currentEncodedRegion, uint16_t otherEncodedRegion, in CompareWhenRegionIsNull() argument 296 if (requestDefaultRegion == otherEncodedRegion) { in CompareWhenRegionIsNull()
|
/base/global/resource_management_lite/frameworks/resmgr_lite/src/ |
H A D | locale_matcher.cpp | 370 int8_t CompareWhenRegionIsNull(uint16_t currentEncodedRegion, uint16_t otherEncodedRegion, in CompareWhenRegionIsNull() argument 392 if (requestDefaultRegion == otherEncodedRegion) { in CompareWhenRegionIsNull() 460 uint16_t otherEncodedRegion = Utils::EncodeRegionByResLocale(other); in CompareRegion() local 462 return CompareWhenRegionIsNull(currentEncodedRegion, otherEncodedRegion, current, other, request); in CompareRegion() 499 if (requestDefaultRegion == otherEncodedRegion) { in CompareRegion() 619 uint16_t otherEncodedRegion = in IsMoreSuitable() local 621 if (currentEncodedRegion == otherEncodedRegion) { in IsMoreSuitable() 630 if (otherEncodedRegion == requestEncodedRegion) { in IsMoreSuitable()
|
/base/global/resource_management/frameworks/resmgr/src/ |
H A D | locale_matcher.cpp | 372 int8_t CompareWhenRegionIsNull(uint16_t currentEncodedRegion, uint16_t otherEncodedRegion, in CompareWhenRegionIsNull() argument 394 if (requestDefaultRegion == otherEncodedRegion) { in CompareWhenRegionIsNull() 462 uint16_t otherEncodedRegion = Utils::EncodeRegionByResLocale(other); in CompareRegion() local 464 return CompareWhenRegionIsNull(currentEncodedRegion, otherEncodedRegion, current, other, request); in CompareRegion() 501 if (requestDefaultRegion == otherEncodedRegion) { in CompareRegion() 630 uint16_t otherEncodedRegion = in IsMoreSuitable() local 632 if (currentEncodedRegion == otherEncodedRegion) { in IsMoreSuitable() 641 if (otherEncodedRegion == requestEncodedRegion) { in IsMoreSuitable()
|
/base/global/i18n/interfaces/native/inner_api/i18n/include/ |
H A D | locale_matcher.h | 106 static int8_t CompareWhenRegionIsNull(uint16_t currentEncodedRegion, uint16_t otherEncodedRegion,
|
Completed in 4 milliseconds