Searched refs:SCRIPT_TYPE (Results 1 – 4 of 4) sorted by relevance
167 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()
173 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()
91 static constexpr uint16_t SCRIPT_TYPE = 0x0002; variable
97 static constexpr uint16_t SCRIPT_TYPE = 0x0002; variable