Searched defs:encodedLocale (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/base/global/i18n/frameworks/intl/src/ |
H A D | locale_matcher.cpp | 182 void LocaleMatcher::FindTrackPath(const LocaleInfo *request, size_t len, uint64_t encodedLocale, ui… in FindTrackPath() 196 uint64_t LocaleMatcher::SearchParentLocale(uint64_t encodedLocale, const LocaleInfo *request) in SearchParentLocale() 216 uint64_t LocaleMatcher::AddScript(uint64_t encodedLocale, uint32_t encodedScript) in AddScript() 222 bool LocaleMatcher::IsContainRegion(uint64_t encodedLocale) in IsContainRegion() 227 uint64_t LocaleMatcher::ClearRegion(uint64_t encodedLocale) in ClearRegion() 311 uint64_t encodedLocale = LocaleUtil::EncodeLocale(language, script, nullptr); in FindDefaultRegionEncode() local 365 …t LocaleMatcher::SearchTrackPathDistance(const uint64_t *paths, size_t len, uint64_t encodedLocale) in SearchTrackPathDistance() 441 uint64_t encodedLocale = LocaleUtil::EncodeLocale(language, script, region); in IsDefaultLocale() local 520 uint64_t encodedLocale = LocaleUtil::EncodeLocale(language, nullptr, region); in FindDefaultScriptEncode() local
|
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/ |
H A D | locale_matcher.cpp | 37 bool IsContainRegion(uint64_t encodedLocale) in IsContainRegion() 42 uint64_t ClearRegion(uint64_t encodedLocale) in ClearRegion() 47 uint64_t AddScript(uint64_t encodedLocale, uint32_t encodedScript) in AddScript() 60 uint64_t SearchParentLocale(uint64_t encodedLocale, const ResLocale *request) in SearchParentLocale() 88 void FindTrackPath(const ResLocale *request, size_t len, uint64_t encodedLocale, uint64_t *result) in FindTrackPath() 110 int8_t SearchTrackPathDistance(const uint64_t *paths, size_t len, uint64_t encodedLocale) in SearchTrackPathDistance() 135 uint64_t encodedLocale = Utils::EncodeLocale(language, script, region); in IsDefaultLocale() local 159 uint64_t encodedLocale = Utils::EncodeLocale(language, nullptr, region); in FindDefaultScriptEncode() local 191 uint64_t encodedLocale = Utils::EncodeLocale(language, script, nullptr); in FindDefaultRegionEncode() local
|
H A D | res_config_impl.cpp | 303 uint64_t encodedLocale = Utils::EncodeLocale( in CopyLocale() local
|
/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/src/ |
H A D | locale_matcher.cpp | 37 bool IsContainRegion(uint64_t encodedLocale) in IsContainRegion() 42 uint64_t ClearRegion(uint64_t encodedLocale) in ClearRegion() 47 uint64_t AddScript(uint64_t encodedLocale, uint32_t encodedScript) in AddScript() 59 uint64_t SearchParentLocale(uint64_t encodedLocale, const ResLocale *request) in SearchParentLocale() 87 void FindTrackPath(const ResLocale *request, size_t len, uint64_t encodedLocale, uint64_t *result) in FindTrackPath() 109 int8_t SearchTrackPathDistance(const uint64_t *paths, size_t len, uint64_t encodedLocale) in SearchTrackPathDistance() 134 uint64_t encodedLocale = Utils::EncodeLocale(language, script, region); in IsDefaultLocale() local 158 uint64_t encodedLocale = Utils::EncodeLocale(language, nullptr, region); in FindDefaultScriptEncode() local 188 uint64_t encodedLocale = Utils::EncodeLocale(language, script, nullptr); in FindDefaultRegionEncode() local
|
H A D | res_config_impl.cpp | 131 uint64_t encodedLocale = Utils::EncodeLocale( in CopyLocale() local
|
/ohos5.0/base/global/i18n/frameworks/intl/test/unittest/ |
H A D | i18n_test.cpp | 1275 …uint16_t encodedLocale = LocaleUtil::EncodeLocale(locale.GetLanguage().c_str(), locale.GetScript()… variable
|