OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:prevType
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/i18n/
plurrule.cpp
346
tokenType
prevType
=none;
361
mParser->checkSyntax(
prevType
, type, status);
433
prevType
=type;
1138
RuleParser::checkSyntax(tokenType
prevType
, tokenType curType, UErrorCode &status)
1143
switch(
prevType
) {
1214
tokenType
prevType
=none;
[
all
...]
plurrule_impl.h
134
void checkSyntax(tokenType
prevType
, tokenType curType, UErrorCode &status);
Completed in 24 milliseconds