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

  /external/webkit/JavaScriptCore/yarr/
RegexCompiler.cpp 466 m_alternative->lastTerm().parentheses.lastSubpatternId = m_pattern.m_numSubpatterns;
484 PatternTerm& term = currentAlternative->lastTerm();
532 PatternTerm& term = m_alternative->lastTerm();
555 m_alternative->lastTerm().quantify((max == UINT_MAX) ? max : max - min, greedy ? QuantifierGreedy : QuantifierNonGreedy);
556 if (m_alternative->lastTerm().type == PatternTerm::TypeParenthesesSubpattern)
557 m_alternative->lastTerm().parentheses.isCopy = true;
RegexPattern.h 190 PatternTerm& lastTerm()

Completed in 23 milliseconds