Home
last modified time | relevance | path

Searched refs:SCRIPT_TYPE (Results 1 - 4 of 4) sorted by relevance

/base/global/resource_management/frameworks/resmgr/include/
H A Dres_locale.h97 static constexpr uint16_t SCRIPT_TYPE = 0x0002; member in OHOS::Global::Resource::ResLocale
/base/global/resource_management_lite/frameworks/resmgr_lite/include/
H A Dres_locale.h91 static constexpr uint16_t SCRIPT_TYPE = 0x0002; member in OHOS::Global::Resource::ResLocale
/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()
/base/global/resource_management/frameworks/resmgr/src/
H A Dres_locale.cpp172 nextType = ResLocale::SCRIPT_TYPE | ResLocale::REGION_TYPE; in ProcessSubtag()
175 if ((ResLocale::SCRIPT_TYPE & nextType) && LocaleMatcher::IsScriptTag(curPos, subTagLen)) { in ProcessSubtag()
242 if (nextType & SCRIPT_TYPE) { in DoParse()

Completed in 3 milliseconds