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

  /external/chromium_org/third_party/re2/re2/
regexp.h 472 static Regexp* LeadingRegexp(Regexp* re);
474 // Removes LeadingRegexp(re) from re and returns the remainder.
parse.cc 642 Regexp* Regexp::LeadingRegexp(Regexp* re) {
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]);
    [all...]
  /external/regex-re2/re2/
regexp.h 472 static Regexp* LeadingRegexp(Regexp* re);
474 // Removes LeadingRegexp(re) from re and returns the remainder.
parse.cc 642 Regexp* Regexp::LeadingRegexp(Regexp* re) {
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]);
    [all...]

Completed in 383 milliseconds