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

  /external/regex-re2/re2/
simplify.cc 218 Regexp* nre = new Regexp(re->op(), re->parse_flags()); local
219 nre->AllocSub(re->nsub_);
220 Regexp** nre_subs = nre->sub();
223 nre->simple_ = true;
224 return nre;
234 Regexp* nre = new Regexp(kRegexpCapture, re->parse_flags()); local
235 nre->AllocSub(1);
236 nre->sub()[0] = newsub;
237 nre->cap_ = re->cap_;
238 nre->simple_ = true
285 Regexp* nre = SimplifyCharClass(re); local
    [all...]
parse.cc 670 Regexp* nre = sub[1]; local
673 return nre;
    [all...]
  /external/qemu/
vl.c     [all...]

Completed in 62 milliseconds