Searched refs:REGION_TYPE (Results 1 – 4 of 4) sorted by relevance
167 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()
173 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()
93 static constexpr uint16_t REGION_TYPE = 0x0004; variable
99 static constexpr uint16_t REGION_TYPE = 0x0004; variable