Searched refs:nextType (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/src/ |
H A D | res_locale.cpp | 167 nextType = ResLocale::SCRIPT_TYPE | ResLocale::REGION_TYPE; in ProcessSubtag() 173 nextType = ResLocale::REGION_TYPE; in ProcessSubtag() 179 nextType = ResLocale::END_TYPE; in ProcessSubtag() 211 uint16_t nextType = LANG_TYPE; in DoParse() local 216 if (nextType == END_TYPE) { in DoParse() 229 if (nextType & LANG_TYPE) { in DoParse() 230 rState = ProcessSubtag(curPos, subTagLen, nextType, r); in DoParse() 237 if (nextType & SCRIPT_TYPE) { in DoParse() 238 rState = ProcessSubtag(curPos, subTagLen, nextType, r); in DoParse() 245 if (nextType & REGION_TYPE) { in DoParse() [all …]
|
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/ |
H A D | res_locale.cpp | 173 nextType = ResLocale::SCRIPT_TYPE | ResLocale::REGION_TYPE; in ProcessSubtag() 179 nextType = ResLocale::REGION_TYPE; in ProcessSubtag() 185 nextType = ResLocale::END_TYPE; in ProcessSubtag() 217 uint16_t nextType = LANG_TYPE; in DoParse() local 222 if (nextType == END_TYPE) { in DoParse() 235 if (nextType & LANG_TYPE) { in DoParse() 236 rState = ProcessSubtag(curPos, subTagLen, nextType, r); in DoParse() 243 if (nextType & SCRIPT_TYPE) { in DoParse() 244 rState = ProcessSubtag(curPos, subTagLen, nextType, r); in DoParse() 251 if (nextType & REGION_TYPE) { in DoParse() [all …]
|
/ohos5.0/base/global/i18n/frameworks/intl/entity_recognition/date_time_recognition/src/ |
H A D | date_time_filter.cpp | 478 int nextType = GetType(nextRegex); in NestDealDate() local 479 …if (nextType != FilterType::TYPE_DATE && nextType != FilterType::TYPE_TODAY && nextType != FilterT… in NestDealDate() 483 if (nextType == GetType(currentRegex) || nextType == preType) { in NestDealDate()
|