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

/external/chromium_org/third_party/icu/source/i18n/
H A Dplurrule.cpp488 case tKeyword:
1000 type = getKeyType(token, type); // Switch token type from tKeyword if we scanned a reserved word,
1008 if (type!=tKeyword && type != tEOF) {
1022 case tKeyword:
1143 case tKeyword:
1144 while (type == tKeyword && ++curIndex < ruleSrc->length()) {
1148 type = tKeyword;
1192 return tKeyword;
1228 if (keyType != tKeyword) {
H A Dplurrule_impl.h111 tKeyword, enumerator in enum:tokenType
/external/icu/icu4c/source/i18n/
H A Dplurrule.cpp591 case tKeyword:
1103 type = getKeyType(token, type); // Switch token type from tKeyword if we scanned a reserved word,
1111 if (type!=tKeyword && type != tEOF) {
1125 case tKeyword:
1246 case tKeyword:
1247 while (type == tKeyword && ++curIndex < ruleSrc->length()) {
1251 type = tKeyword;
1295 return tKeyword;
1331 if (keyType != tKeyword) {
H A Dplurrule_impl.h111 tKeyword, enumerator in enum:tokenType

Completed in 58 milliseconds