Searched refs:tKeyword (Results 1 - 2 of 2) sorted by relevance

/external/icu/icu4c/source/i18n/
H A Dplurrule.cpp586 case tKeyword:
1100 type = getKeyType(token, type); // Switch token type from tKeyword if we scanned a reserved word,
1108 if (type!=tKeyword && type != tEOF) {
1122 case tKeyword:
1243 case tKeyword:
1244 while (type == tKeyword && ++curIndex < ruleSrc->length()) {
1248 type = tKeyword;
1292 return tKeyword;
1328 if (keyType != tKeyword) {
H A Dplurrule_impl.h119 tKeyword, enumerator in enum:tokenType

Completed in 79 milliseconds