Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dplurrule_impl.h150 static tokenType getKeyType(const UnicodeString& token, tokenType type);
Dplurrule.cpp1077 … type = getKeyType(token, type); // Switch token type from tKeyword if we scanned a reserved word, in checkSyntax()
1303 PluralRuleParser::getKeyType(const UnicodeString &token, tokenType keyType) in getKeyType() function in PluralRuleParser