Home
last modified time | relevance | path

Searched refs:CompareScript (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/global/i18n/interfaces/native/inner_api/i18n/include/
H A Dlocale_matcher.h158 static bool CompareScript(const LocaleInfo *current, const LocaleInfo *other);
/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/src/
H A Dlocale_matcher.cpp296 bool CompareScript(const ResLocale *current, const ResLocale *other) in CompareScript() function
515 return CompareScript(current, other); in Match()
/ohos5.0/base/global/i18n/frameworks/intl/src/
H A Dlocale_matcher.cpp478 return CompareScript(current, other); in Match()
481 bool LocaleMatcher::CompareScript(const LocaleInfo *current, const LocaleInfo *other) in CompareScript() function in OHOS::Global::I18n::LocaleMatcher
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/
H A Dlocale_matcher.cpp298 bool CompareScript(const ResLocale *current, const ResLocale *other) in CompareScript() function
517 return CompareScript(current, other); in Match()