Searched defs:LeadingRegexp (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/re2/re2/
H A Dparse.cc642 Regexp* Regexp::LeadingRegexp(Regexp* re) { function in class:re2::Regexp
654 // Removes LeadingRegexp(re) from re and returns what's left.
656 // If caller wants to hold on to LeadingRegexp(re),
894 first_i = LeadingRegexp(sub[i]);
/external/regex-re2/re2/
H A Dparse.cc642 Regexp* Regexp::LeadingRegexp(Regexp* re) { function in class:re2::Regexp
654 // Removes LeadingRegexp(re) from re and returns what's left.
656 // If caller wants to hold on to LeadingRegexp(re),
894 first_i = LeadingRegexp(sub[i]);

Completed in 861 milliseconds