Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dplurrule.cpp596 case tKeyword: in parse()
1144 if (type!=tKeyword && type != tEOF) { in checkSyntax()
1158 case tKeyword: in checkSyntax()
1279 case tKeyword: in getNextToken()
1280 while (type == tKeyword && ++curIndex < ruleSrc->length()) { in getNextToken()
1284 type = tKeyword; in getNextToken()
1328 return tKeyword; in charType()
1364 if (keyType != tKeyword) { in getKeyType()
Dplurrule_impl.h125 tKeyword, enumerator