Searched refs:ETokenType (Results 1 – 5 of 5) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | affixpatternparser.h | 128 enum ETokenType { enum 155 void add(ETokenType t); 307 void add(ETokenType t, uint8_t count); 333 AffixPattern::ETokenType getTokenType() const;
|
D | affixpatternparser.cpp | 30 #define UNPACK_TOKEN(c) ((AffixPattern::ETokenType) (((c) >> 8) & 0x7F)) 181 AffixPattern::add(ETokenType t) { in add() 191 AffixPattern::add(ETokenType t, uint8_t count) { in add() 597 AffixPattern::ETokenType 612 AffixPattern::ETokenType type = UNPACK_TOKEN(tokenBuffer[nextTokenIndex - 1]); in getTokenLength()
|
/external/icu/icu4c/source/tools/genrb/ |
D | read.h | 28 enum ETokenType enum 45 U_CFUNC enum ETokenType
|
D | read.c | 40 static enum ETokenType getStringToken(UCHARBUF *buf, 63 U_CFUNC enum ETokenType 69 enum ETokenType result; in getNextToken() 118 static enum ETokenType getStringToken(UCHARBUF* buf, in getStringToken()
|
D | parse.cpp | 86 enum ETokenType type; 180 static enum ETokenType 183 enum ETokenType result; in getToken() 214 static enum ETokenType 248 expect(ParseState* state, enum ETokenType expectedToken, struct UString **tokenValue, struct UStrin… in expect() 252 enum ETokenType token = getToken(state, tokenValue, comment, &line, status); in expect() 818 enum ETokenType token; in addCollation() 1046 enum ETokenType token; in parseCollationElements() 1174 enum ETokenType token; in realParseTable() 1282 enum ETokenType token; in parseArray() [all …]
|