HomeSort by relevance Sort by last modified time
    Searched refs:prevType (Results 1 - 2 of 2) sorted by null

  /external/icu4c/i18n/
plurrule.cpp 287 tokenType prevType=none;
302 mParser->checkSyntax(prevType, type, status);
371 prevType=type;
892 RuleParser::checkSyntax(tokenType prevType, tokenType curType, UErrorCode &status)
897 switch(prevType) {
968 tokenType prevType=none;
984 type=prevType;
997 type=prevType;
1006 if ((type==prevType)||(prevType==none))
    [all...]
plurrule_impl.h 139 void checkSyntax(tokenType prevType, tokenType curType, UErrorCode &status);

Completed in 153 milliseconds