Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dplurrule.cpp551 case tKeyword: in parse()
1071 if (type!=tKeyword && type != tEOF) { in checkSyntax()
1085 case tKeyword: in checkSyntax()
1206 case tKeyword: in getNextToken()
1207 while (type == tKeyword && ++curIndex < ruleSrc->length()) { in getNextToken()
1211 type = tKeyword; in getNextToken()
1255 return tKeyword; in charType()
1291 if (keyType != tKeyword) { in getKeyType()
Dplurrule_impl.h111 tKeyword, enumerator