HomeSort by relevance Sort by last modified time
    Searched full:disjunctionbody (Results 1 - 1 of 1) sorted by null

  /external/webkit/JavaScriptCore/yarr/
RegexInterpreter.cpp 783 ByteDisjunction* disjunctionBody = term.atom.parenthesesDisjunction;
796 ParenthesesDisjunctionContext* context = allocParenthesesDisjunctionContext(disjunctionBody, output, term);
797 if (matchDisjunction(disjunctionBody, context->getDisjunctionContext(term)))
816 ParenthesesDisjunctionContext* context = allocParenthesesDisjunctionContext(disjunctionBody, output, term);
817 if (matchNonZeroDisjunction(disjunctionBody, context->getDisjunctionContext(term)))
863 ByteDisjunction* disjunctionBody = term.atom.parenthesesDisjunction;
877 context = allocParenthesesDisjunctionContext(disjunctionBody, output, term);
878 if (matchDisjunction(disjunctionBody, context->getDisjunctionContext(term)))
900 if (matchNonZeroDisjunction(disjunctionBody, context->getDisjunctionContext(term), true)) {
902 ParenthesesDisjunctionContext* context = allocParenthesesDisjunctionContext(disjunctionBody, output, term)
    [all...]

Completed in 565 milliseconds