Home
last modified time | relevance | path

Searched defs:ByteTerm (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/JavaScriptCore/yarr/
DYarrInterpreter.h42 struct ByteTerm { struct
43 enum Type {
74 } type;
75 union {
105ByteTerm(UChar ch, int inputPos, unsigned frameLocation, unsigned quantityCount, QuantifierType qu… in ByteTerm() argument
128ByteTerm(UChar lo, UChar hi, int inputPos, unsigned frameLocation, unsigned quantityCount, Quantif… in ByteTerm() argument
152 ByteTerm(CharacterClass* characterClass, bool invert, int inputPos) in ByteTerm() argument
163ByteTerm(Type type, unsigned subpatternId, ByteDisjunction* parenthesesInfo, bool capture, int inp… in ByteTerm() argument
184 ByteTerm(Type type, unsigned subpatternId, bool capture, bool invert, int inputPos) in ByteTerm() function
195 static ByteTerm BOL(int inputPos) in BOL() argument
[all …]
DYarrInterpreter.cpp772 bool backtrackParenthesesTerminalEnd(ByteTerm&, DisjunctionContext*) in backtrackParenthesesTerminalEnd() argument