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

/external/icu/icu4c/source/i18n/
H A Dplurrule.cpp565 case tKeyword:
1077 type = getKeyType(token, type); // Switch token type from tKeyword if we scanned a reserved word,
1085 if (type!=tKeyword && type != tEOF) {
1099 case tKeyword:
1220 case tKeyword:
1221 while (type == tKeyword && ++curIndex < ruleSrc->length()) {
1225 type = tKeyword;
1269 return tKeyword;
1305 if (keyType != tKeyword) {
H A Dplurrule_impl.h117 tKeyword, enumerator in enum:tokenType

Completed in 168 milliseconds