Home | History | Annotate | Download | only in yarr

Lines Matching full:regex

1145                 // We should never backtrack back into an alternative of the main body of the regex.
1621 int interpretRegex(BytecodePattern* regex, const UChar* input, unsigned start, unsigned length, int* output)
1623 return Interpreter(regex, output, input, start, length).interpret();