Home
last modified time | relevance | path

Searched refs:SCRIPT_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()
170 if ((ResLocale::SCRIPT_TYPE & nextType) && LocaleMatcher::IsScriptTag(curPos, subTagLen)) { in ProcessSubtag()
237 if (nextType & SCRIPT_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()
176 if ((ResLocale::SCRIPT_TYPE & nextType) && LocaleMatcher::IsScriptTag(curPos, subTagLen)) { in ProcessSubtag()
243 if (nextType & SCRIPT_TYPE) { in DoParse()
/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/include/
H A Dres_locale.h91 static constexpr uint16_t SCRIPT_TYPE = 0x0002; variable
/ohos5.0/base/global/resource_management/frameworks/resmgr/include/
H A Dres_locale.h97 static constexpr uint16_t SCRIPT_TYPE = 0x0002; variable