Searched refs:IsRegionTag (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/base/global/resource_management/frameworks/resmgr/include/ |
H A D | locale_matcher.h | 58 static bool IsRegionTag(const char *str, int32_t len);
|
/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/include/ |
H A D | locale_matcher.h | 58 static bool IsRegionTag(const char *str, int32_t len);
|
/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/src/ |
H A D | res_locale.cpp | 176 if ((ResLocale::REGION_TYPE & nextType) && LocaleMatcher::IsRegionTag(curPos, subTagLen)) { in ProcessSubtag() 307 if (LocaleMatcher::IsRegionTag(region, len)) { in BuildFromParts() 402 if (LocaleMatcher::IsRegionTag(region, len) == 0) { in BuildFromParts()
|
H A D | locale_matcher.cpp | 686 bool LocaleMatcher::IsRegionTag(const char *str, int32_t len) in IsRegionTag() function in OHOS::Global::Resource::LocaleMatcher
|
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/ |
H A D | res_locale.cpp | 182 if ((ResLocale::REGION_TYPE & nextType) && LocaleMatcher::IsRegionTag(curPos, subTagLen)) { in ProcessSubtag() 308 if (!LocaleMatcher::IsRegionTag(region, len)) { in BuildFromParts() 409 if (LocaleMatcher::IsRegionTag(region, len) == 0) { in BuildFromParts()
|
H A D | locale_matcher.cpp | 697 bool LocaleMatcher::IsRegionTag(const char *str, int32_t len) in IsRegionTag() function in OHOS::Global::Resource::LocaleMatcher
|