Home
last modified time | relevance | path

Searched refs:REGION_TYPE (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/src/
H A Dres_locale.cpp167 nextType = ResLocale::SCRIPT_TYPE | ResLocale::REGION_TYPE; in ProcessSubtag()
173 nextType = ResLocale::REGION_TYPE; in ProcessSubtag()
176 if ((ResLocale::REGION_TYPE & nextType) && LocaleMatcher::IsRegionTag(curPos, subTagLen)) { in ProcessSubtag()
245 if (nextType & REGION_TYPE) { in DoParse()
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/
H A Dres_locale.cpp173 nextType = ResLocale::SCRIPT_TYPE | ResLocale::REGION_TYPE; in ProcessSubtag()
179 nextType = ResLocale::REGION_TYPE; in ProcessSubtag()
182 if ((ResLocale::REGION_TYPE & nextType) && LocaleMatcher::IsRegionTag(curPos, subTagLen)) { in ProcessSubtag()
251 if (nextType & REGION_TYPE) { in DoParse()
/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/include/
H A Dres_locale.h93 static constexpr uint16_t REGION_TYPE = 0x0004; variable
/ohos5.0/base/global/resource_management/frameworks/resmgr/include/
H A Dres_locale.h99 static constexpr uint16_t REGION_TYPE = 0x0004; variable