Searched refs:CompareLanguage (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 | 266 bool CompareLanguage(const ResLocale *current, const ResLocale *other) in CompareLanguage() function 511 bool isLanguageEqual = CompareLanguage(current, other); in Match() 611 bool isLangEqual = CompareLanguage(current, other); in IsMoreSuitable()
|
/ohos5.0/base/global/i18n/interfaces/native/inner_api/i18n/include/ |
H A D | locale_matcher.h | 69 static bool CompareLanguage(const LocaleInfo *current, const LocaleInfo *other);
|
/ohos5.0/base/global/i18n/frameworks/intl/src/ |
H A D | locale_matcher.cpp | 61 bool isLangEqual = CompareLanguage(current, other); in IsMoreSuitable() 90 bool LocaleMatcher::CompareLanguage(const LocaleInfo *current, const LocaleInfo *other) in CompareLanguage() function in OHOS::Global::I18n::LocaleMatcher 474 bool isLanguageEqual = CompareLanguage(current, other); in Match()
|
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/ |
H A D | locale_matcher.cpp | 269 bool CompareLanguage(const ResLocale *current, const ResLocale *other) in CompareLanguage() function 513 bool isLanguageEqual = CompareLanguage(current, other); in Match() 622 bool isLangEqual = CompareLanguage(current, other); in IsMoreSuitable()
|