Searched refs:AlternateNoFactor (Results 1 - 3 of 3) sorted by relevance

/external/regex-re2/re2/
H A Dregexp.h399 static Regexp* AlternateNoFactor(Regexp** subs, int nsubs, ParseFlags flags);
H A Dparse.cc866 x[1] = AlternateNoFactor(sub + start, nn, altflags);
917 x[1] = AlternateNoFactor(sub + start, nn, altflags);
H A Dregexp.cc262 Regexp* Regexp::AlternateNoFactor(Regexp** sub, int nsub, ParseFlags flags) { function in class:re2::Regexp

Completed in 37 milliseconds