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

  /external/webkit/JavaScriptCore/yarr/
RegexCompiler.cpp 548 term.quantify(max, greedy ? QuantifierGreedy : QuantifierNonGreedy);
550 term.quantify(min, QuantifierFixedCount);
552 term.quantify(min, QuantifierFixedCount);
555 m_alternative->lastTerm().quantify((max == UINT_MAX) ? max : max - min, greedy ? QuantifierGreedy : QuantifierNonGreedy);
RegexPattern.h 177 void quantify(unsigned count, QuantifierType type) function in struct:JSC::Yarr::PatternTerm

Completed in 551 milliseconds