Home
last modified time | relevance | path

Searched refs:IsRegionTag (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/global/resource_management/frameworks/resmgr/include/
H A Dlocale_matcher.h58 static bool IsRegionTag(const char *str, int32_t len);
/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/include/
H A Dlocale_matcher.h58 static bool IsRegionTag(const char *str, int32_t len);
/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/src/
H A Dres_locale.cpp176 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 Dlocale_matcher.cpp686 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 Dres_locale.cpp182 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 Dlocale_matcher.cpp697 bool LocaleMatcher::IsRegionTag(const char *str, int32_t len) in IsRegionTag() function in OHOS::Global::Resource::LocaleMatcher