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

  /external/icu/icu4c/source/i18n/
affixpatternparser.h 131 kLiteral,
153 * Adds a token to this affix pattern. t must not be kLiteral as
291 * the same type. Right now only kLiteral Tokens have extendo tokens.
293 * If a kLiteral token is followed by 2 extendo tokens then, then the
300 * The characters of the kLiteral tokens are concatenated together here.
301 * The first characters go with the first kLiteral token, the next
302 * characters go with the next kLiteral token etc.
  /external/webp/src/enc/
backward_references_enc.h 32 kLiteral,
66 retval.mode = kLiteral;
73 return (p->mode == kLiteral);
86 assert(p->mode == kLiteral);
95 assert(p->mode == kLiteral);
  /art/compiler/utils/mips/
assembler_mips.h     [all...]
assembler_mips.cc     [all...]
  /art/compiler/utils/mips64/
assembler_mips64.h     [all...]

Completed in 351 milliseconds