HomeSort by relevance Sort by last modified time
    Searched refs:CheckInput (Results 1 - 2 of 2) sorted by null

  /external/webkit/JavaScriptCore/yarr/
RegexInterpreter.h 188 static ByteTerm CheckInput(unsigned count)
RegexInterpreter.cpp 232 bool checkInput(int count)
335 if (!input.checkInput(matchSize))
391 if ((backTrack->matchAmount < term.atom.quantityCount) && input.checkInput(1)) {
420 if ((backTrack->matchAmount < term.atom.quantityCount) && input.checkInput(1)) {
448 while ((matchAmount < term.atom.quantityCount) && input.checkInput(1)) {
487 if ((backTrack->matchAmount < term.atom.quantityCount) && input.checkInput(1)) {
    [all...]

Completed in 112 milliseconds