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

  /external/icu/icu4c/source/tools/genrb/
read.h 30 enum ETokenType
47 U_CFUNC enum ETokenType
read.c 42 static enum ETokenType getStringToken(UCHARBUF *buf,
65 U_CFUNC enum ETokenType
71 enum ETokenType result;
120 static enum ETokenType getStringToken(UCHARBUF* buf,
parse.cpp 88 enum ETokenType type;
182 static enum ETokenType
185 enum ETokenType result;
216 static enum ETokenType
250 expect(ParseState* state, enum ETokenType expectedToken, struct UString **tokenValue, struct UString *comment, uint32_t *linenumber, UErrorCode *status)
254 enum ETokenType token = getToken(state, tokenValue, comment, &line, status);
820 enum ETokenType token;
1048 enum ETokenType token;
    [all...]
  /external/icu/icu4c/source/i18n/
affixpatternparser.h 130 enum ETokenType {
157 void add(ETokenType t);
309 void add(ETokenType t, uint8_t count);
335 AffixPattern::ETokenType getTokenType() const;
affixpatternparser.cpp 32 #define UNPACK_TOKEN(c) ((AffixPattern::ETokenType) (((c) >> 8) & 0x7F))
185 AffixPattern::add(ETokenType t) {
195 AffixPattern::add(ETokenType t, uint8_t count) {
601 AffixPattern::ETokenType
616 AffixPattern::ETokenType type = UNPACK_TOKEN(tokenBuffer[nextTokenIndex - 1]);

Completed in 304 milliseconds