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

  /external/regex-re2/re2/
regexp.cc 198 Regexp* Regexp::ConcatOrAlternate(RegexpOp op, Regexp** sub, int nsub,
225 subs[i] = ConcatOrAlternate(op, sub+i*kMaxNsub, kMaxNsub, flags, false);
226 subs[nbigsub - 1] = ConcatOrAlternate(op, sub+(nbigsub-1)*kMaxNsub,
244 return ConcatOrAlternate(kRegexpConcat, sub, nsub, flags, false);
248 return ConcatOrAlternate(kRegexpAlternate, sub, nsub, flags, true);
252 return ConcatOrAlternate(kRegexpAlternate, sub, nsub, flags, false);
regexp.h 456 static Regexp* ConcatOrAlternate(RegexpOp op, Regexp** subs, int nsubs,
parse.cc 1032 Regexp* re = ConcatOrAlternate(op, subs, n, flags_, true);
    [all...]

Completed in 434 milliseconds