Home
last modified time | relevance | path

Searched refs:RemoveLeadingRegexp (Results 1 – 2 of 2) sorted by relevance

/external/regex-re2/re2/
Dregexp.h476 static Regexp* RemoveLeadingRegexp(Regexp* re);
Dparse.cc658 Regexp* Regexp::RemoveLeadingRegexp(Regexp* re) { in RemoveLeadingRegexp() function in re2::Regexp
914 sub[j] = RemoveLeadingRegexp(sub[j]); in FactorAlternationRecursive()