Searched defs:ByteTerm (Results 1 – 1 of 1) sorted by relevance
/external/webkit/JavaScriptCore/yarr/ |
D | RegexInterpreter.h | 41 struct ByteTerm { struct 42 enum Type { 70 } type; 71 bool invertOrCapture; 72 union { 99 …ByteTerm(UChar ch, int inputPos, unsigned frameLocation, unsigned quantityCount, QuantifierType qu… in ByteTerm() argument 120 …ByteTerm(UChar lo, UChar hi, int inputPos, unsigned frameLocation, unsigned quantityCount, Quantif… in ByteTerm() function 142 ByteTerm(CharacterClass* characterClass, bool invert, int inputPos) in ByteTerm() argument 152 …ByteTerm(Type type, unsigned subpatternId, ByteDisjunction* parenthesesInfo, bool invertOrCapture,… in ByteTerm() argument 171 ByteTerm(Type type, unsigned subpatternId, bool invertOrCapture, int inputPos) in ByteTerm() argument [all …]
|