Home | History | Annotate | Download | only in yarr

Lines Matching defs:numSubpatterns

1461             unsigned numSubpatterns = lastSubpatternId - subpatternId + 1;
1462 ByteDisjunction* parenthesesDisjunction = new ByteDisjunction(numSubpatterns, callFrameSize);
1480 void regexBegin(unsigned numSubpatterns, unsigned callFrameSize)
1482 m_bodyDisjunction = new ByteDisjunction(numSubpatterns, callFrameSize);
1609 BytecodePattern* byteCompileRegex(const UString& patternString, unsigned& numSubpatterns, const char*& error, bool ignoreCase, bool multiline)
1616 numSubpatterns = pattern.m_numSubpatterns;