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

/macosx-10.10.1/ICU-531.30/icuSources/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 180 milliseconds