Searched defs:kLiteral (Results 1 - 6 of 6) sorted by relevance

/external/puffin/src/
H A Dpuff_data.h19 kLiteral, member in class:puffin::PuffData::Type
60 // PuffData::Type::kLiteral
/external/icu/icu4c/source/i18n/
H A Daffixpatternparser.h131 kLiteral, enumerator in enum:AffixPattern::ETokenType
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/
H A Dbackward_references_enc.h32 kLiteral, enumerator in enum:Mode
66 retval.mode = kLiteral;
73 return (p->mode == kLiteral);
86 assert(p->mode == kLiteral);
/external/v8/src/
H A Dfeedback-vector.h40 kLiteral, member in class:v8::internal::FeedbackSlotKind
147 FeedbackSlot AddLiteralSlot() { return AddSlot(FeedbackSlotKind::kLiteral); }
/external/skia/tools/bookmaker/
H A Dbookmaker.h116 kLiteral, // don't lookup hyperlinks, do substitution, etc member in class:MarkType
1204 kLiteral, // output untouched (FIXME: is this really different from kOut?)
1283 , { "Literal", nullptr, MarkType::kLiteral, R_N, E_N, M(Code) }
1481 , { nullptr, MarkType::kLiteral }
2145 if (MarkType::kLiteral == child->fMarkType) {
2146 return BmhParser::Resolvable::kLiteral;
/external/skqp/tools/bookmaker/
H A Dbookmaker.h115 kLiteral, // don't lookup hyperlinks, do substitution, etc member in class:MarkType
1183 kLiteral, // output untouched (FIXME: is this really different from kOut?)
1255 , { "Literal", nullptr, MarkType::kLiteral, R_N, E_N, M(Code) }
1450 , { nullptr, MarkType::kLiteral }
2092 if (MarkType::kLiteral == child->fMarkType) {
2093 return BmhParser::Resolvable::kLiteral;

Completed in 309 milliseconds