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

  /external/regex-re2/re2/
regexp.h 471 static Regexp* LeadingRegexp(Regexp* re);
473 // Removes LeadingRegexp(re) from re and returns the remainder.
parse.cc 643 Regexp* Regexp::LeadingRegexp(Regexp* re) {
655 // Removes LeadingRegexp(re) from re and returns what's left.
657 // If caller wants to hold on to LeadingRegexp(re),
895 first_i = LeadingRegexp(sub[i]);
    [all...]

Completed in 36 milliseconds