Searched refs:IsRegionTag (Results 1 - 6 of 6) sorted by relevance
/base/global/resource_management/frameworks/resmgr/include/ |
H A D | locale_matcher.h | 58 static bool IsRegionTag(const char *str, int32_t len);
|
/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);
|
/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
|
/base/global/resource_management/frameworks/resmgr/src/ |
H A D | res_locale.cpp | 181 if ((ResLocale::REGION_TYPE & nextType) && LocaleMatcher::IsRegionTag(curPos, subTagLen)) { in ProcessSubtag() 307 if (!LocaleMatcher::IsRegionTag(region, len)) { in BuildFromParts() 407 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
|
Completed in 5 milliseconds