Home
last modified time | relevance | path

Searched refs:checkInputCount (Results 1 – 2 of 2) sorted by relevance

/external/webkit/JavaScriptCore/yarr/
DRegexInterpreter.h94 unsigned checkInputCount; member
191 term.checkInputCount = count; in CheckInput()
DRegexInterpreter.cpp1102 if (input.checkInput(currentTerm().checkInputCount)) in matchDisjunction()
1201 input.uncheckInput(currentTerm().checkInputCount); in matchDisjunction()