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

  /external/webkit/JavaScriptCore/yarr/
RegexInterpreter.h 71 bool invertOrCapture;
144 , invertOrCapture(invert)
152 ByteTerm(Type type, unsigned subpatternId, ByteDisjunction* parenthesesInfo, bool invertOrCapture, int inputPos)
154 , invertOrCapture(invertOrCapture)
165 , invertOrCapture(invert)
171 ByteTerm(Type type, unsigned subpatternId, bool invertOrCapture, int inputPos)
173 , invertOrCapture(invertOrCapture)
274 return invertOrCapture;
    [all...]
RegexPattern.h 85 bool invertOrCapture;
112 , invertOrCapture(invert)
119 PatternTerm(Type type, unsigned subpatternId, PatternDisjunction* disjunction, bool invertOrCapture)
121 , invertOrCapture(invertOrCapture)
132 , invertOrCapture(invert)
140 , invertOrCapture(false)
169 return invertOrCapture;
174 return invertOrCapture;
RegexInterpreter.cpp     [all...]

Completed in 83 milliseconds