Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dplurrule.cpp564 case tKeyword: in parse()
1084 if (type!=tKeyword && type != tEOF) { in checkSyntax()
1098 case tKeyword: in checkSyntax()
1219 case tKeyword: in getNextToken()
1220 while (type == tKeyword && ++curIndex < ruleSrc->length()) { in getNextToken()
1224 type = tKeyword; in getNextToken()
1268 return tKeyword; in charType()
1304 if (keyType != tKeyword) { in getKeyType()
Dplurrule_impl.h114 tKeyword, enumerator