Searched refs:ETokenType (Results 1 – 5 of 5) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | affixpatternparser.h | 130 enum ETokenType { enum 157 void add(ETokenType t); 309 void add(ETokenType t, uint8_t count); 335 AffixPattern::ETokenType getTokenType() const;
|
D | affixpatternparser.cpp | 34 #define UNPACK_TOKEN(c) ((AffixPattern::ETokenType) (((c) >> 8) & 0x7F)) 187 AffixPattern::add(ETokenType t) { in add() 197 AffixPattern::add(ETokenType t, uint8_t count) { in add() 603 AffixPattern::ETokenType 618 AffixPattern::ETokenType type = UNPACK_TOKEN(tokenBuffer[nextTokenIndex - 1]); in getTokenLength()
|
/external/icu/icu4c/source/tools/genrb/ |
D | read.h | 30 enum ETokenType enum 47 U_CFUNC enum ETokenType
|
D | read.c | 42 static enum ETokenType getStringToken(UCHARBUF *buf, 65 U_CFUNC enum ETokenType 71 enum ETokenType result; in getNextToken() 120 static enum ETokenType getStringToken(UCHARBUF* buf, in getStringToken()
|
D | parse.cpp | 88 enum ETokenType type; 182 static enum ETokenType 185 enum ETokenType result; in getToken() 216 static enum ETokenType 250 expect(ParseState* state, enum ETokenType expectedToken, struct UString **tokenValue, struct UStrin… in expect() 254 enum ETokenType token = getToken(state, tokenValue, comment, &line, status); in expect() 820 enum ETokenType token; in addCollation() 1048 enum ETokenType token; in parseCollationElements() 1176 enum ETokenType token; in realParseTable() 1284 enum ETokenType token; in parseArray() [all …]
|