Searched refs:CompareLanguageIgnoreOldNewCode (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/src/ |
H A D | locale_matcher.cpp | 541 int8_t CompareLanguageIgnoreOldNewCode(const ResLocale *current, const ResLocale *other, const ResL… in CompareLanguageIgnoreOldNewCode() function 623 return CompareLanguageIgnoreOldNewCode(current, other, request); in IsMoreSuitable() 635 return CompareLanguageIgnoreOldNewCode(current, other, request); in IsMoreSuitable()
|
/ohos5.0/base/global/i18n/interfaces/native/inner_api/i18n/include/ |
H A D | locale_matcher.h | 156 … static int8_t CompareLanguageIgnoreOldNewCode(const LocaleInfo *current, const LocaleInfo *other,
|
/ohos5.0/base/global/i18n/frameworks/intl/src/ |
H A D | locale_matcher.cpp | 73 return CompareLanguageIgnoreOldNewCode(current, other, request); in IsMoreSuitable() 85 return CompareLanguageIgnoreOldNewCode(current, other, request); in IsMoreSuitable() 453 int8_t LocaleMatcher::CompareLanguageIgnoreOldNewCode(const LocaleInfo *current, const LocaleInfo *… in CompareLanguageIgnoreOldNewCode() function in OHOS::Global::I18n::LocaleMatcher
|
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/ |
H A D | locale_matcher.cpp | 543 int8_t CompareLanguageIgnoreOldNewCode(const ResLocale *current, const ResLocale *other, const ResL… in CompareLanguageIgnoreOldNewCode() function 634 return CompareLanguageIgnoreOldNewCode(current, other, request); in IsMoreSuitable() 646 return CompareLanguageIgnoreOldNewCode(current, other, request); in IsMoreSuitable()
|