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

  /external/chromium_org/third_party/re2/re2/
simplify.cc 120 static Regexp* Concat2(Regexp* re1, Regexp* re2, Regexp::ParseFlags flags);
297 Regexp* SimplifyWalker::Concat2(Regexp* re1, Regexp* re2,
362 suf = Regexp::Quest(Concat2(re->Incref(), suf, f), f);
366 nre = Concat2(nre, suf, f);
  /external/regex-re2/re2/
simplify.cc 120 static Regexp* Concat2(Regexp* re1, Regexp* re2, Regexp::ParseFlags flags);
297 Regexp* SimplifyWalker::Concat2(Regexp* re1, Regexp* re2,
362 suf = Regexp::Quest(Concat2(re->Incref(), suf, f), f);
366 nre = Concat2(nre, suf, f);

Completed in 153 milliseconds