HomeSort by relevance Sort by last modified time
    Searched refs:invertOrCapture (Results 1 - 5 of 5) 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;
RegexJIT.cpp 493 if (term.invertOrCapture) {
506 if (term.invertOrCapture) {
667 if (term.invertOrCapture)
689 if (term.invertOrCapture)
712 if (term.invertOrCapture) {
765 if (term.invertOrCapture)
    [all...]
RegexInterpreter.cpp     [all...]
RegexCompiler.cpp 487 if ((term.type == PatternTerm::TypeParenthesesSubpattern) && term.invertOrCapture && (subpatternId == term.subpatternId)) {

Completed in 132 milliseconds