Home
last modified time | relevance | path

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

/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/src/
H A Dlocale_matcher.cpp61 uint64_t tempEncodedLocale = encodedLocale; in SearchParentLocale() local
63 tempEncodedLocale = AddScript(encodedLocale, LocaleMatcher::HANT_ENCODE); in SearchParentLocale()
64 if (tempEncodedLocale == LocaleMatcher::ZH_HANT_MO_ENCODE) { in SearchParentLocale()
71 if (LOCALE_PARENTS_KEY[i] == tempEncodedLocale) { in SearchParentLocale()
/ohos5.0/base/global/i18n/frameworks/intl/src/
H A Dlocale_matcher.cpp198 uint64_t tempEncodedLocale = encodedLocale; in SearchParentLocale() local
200 tempEncodedLocale = AddScript(encodedLocale, LocaleMatcher::HANT_ENCODE); in SearchParentLocale()
201 if (tempEncodedLocale == LocaleMatcher::ZH_HANT_MO_ENCODE) { in SearchParentLocale()
207 if (LocaleData::LOCALE_PARENTS_KEY[i] == tempEncodedLocale) { in SearchParentLocale()
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/
H A Dlocale_matcher.cpp62 uint64_t tempEncodedLocale = encodedLocale; in SearchParentLocale() local
64 tempEncodedLocale = AddScript(encodedLocale, LocaleMatcher::HANT_ENCODE); in SearchParentLocale()
65 if (tempEncodedLocale == LocaleMatcher::ZH_HANT_MO_ENCODE) { in SearchParentLocale()
72 if (LOCALE_PARENTS_KEY[i] == tempEncodedLocale) { in SearchParentLocale()