Home
last modified time | relevance | path

Searched refs:subtagLen (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/common/
Duloc_keytype.cpp364 int32_t subtagLen = 0; in isSpecialTypeCodepoints() local
368 if (subtagLen < 4 || subtagLen > 6) { in isSpecialTypeCodepoints()
371 subtagLen = 0; in isSpecialTypeCodepoints()
375 subtagLen++; in isSpecialTypeCodepoints()
381 return (subtagLen >= 4 && subtagLen <= 6); in isSpecialTypeCodepoints()
386 int32_t subtagLen = 0; in isSpecialTypeReorderCode() local
390 if (subtagLen < 3 || subtagLen > 8) { in isSpecialTypeReorderCode()
393 subtagLen = 0; in isSpecialTypeReorderCode()
395 subtagLen++; in isSpecialTypeReorderCode()
401 return (subtagLen >=3 && subtagLen <=8); in isSpecialTypeReorderCode()
[all …]
Duloc_tag.cpp773 int32_t subtagLen = 0; in _isStatefulSepListOf() local
781 if (!test(state, start, subtagLen)) { in _isStatefulSepListOf()
784 subtagLen = 0; in _isStatefulSepListOf()
787 subtagLen++; in _isStatefulSepListOf()
791 if (test(state, start, subtagLen) && state >= 0) { in _isStatefulSepListOf()
2005 int32_t subtagLen; in ultag_parse() local
2154 subtagLen = (int32_t)(pSep - pSubtag); in ultag_parse()
2157 if (ultag_isLanguageSubtag(pSubtag, subtagLen)) { in ultag_parse()
2164 if (subtagLen <= 3) in ultag_parse()
2170 if (_isExtlangSubtag(pSubtag, subtagLen)) { in ultag_parse()
[all …]