Home
last modified time | relevance | path

Searched refs:CompareLocaleItem (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/global/i18n_lite/frameworks/i18n/src/
H A Dlocale_info.cpp128 bool ret = CompareLocaleItem(language, other.language); in operator ==()
132 ret = CompareLocaleItem(script, other.script); in operator ==()
136 ret = CompareLocaleItem(region, other.region); in operator ==()
H A Dstr_util.cpp124 bool CompareLocaleItem(const char *item, const char *other) in CompareLocaleItem() function
/ohos5.0/base/global/i18n_lite/frameworks/i18n/include/
H A Dstr_util.h39 bool CompareLocaleItem(const char *src, const char *dst);