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

  /external/chromium_org/third_party/re2/re2/
regexp.cc 838 int nextlo = 0; local
840 nextlo = it->hi + 1;
844 v.push_back(RuneRange(nextlo, it->lo - 1));
845 nextlo = it->hi + 1;
847 if (nextlo <= Runemax)
848 v.push_back(RuneRange(nextlo, Runemax));
887 int nextlo = 0; local
889 if (it->lo == nextlo) {
890 nextlo = it->hi + 1;
892 cc->ranges_[n++] = RuneRange(nextlo, it->lo - 1)
    [all...]
  /external/regex-re2/re2/
regexp.cc 838 int nextlo = 0; local
840 nextlo = it->hi + 1;
844 v.push_back(RuneRange(nextlo, it->lo - 1));
845 nextlo = it->hi + 1;
847 if (nextlo <= Runemax)
848 v.push_back(RuneRange(nextlo, Runemax));
887 int nextlo = 0; local
889 if (it->lo == nextlo) {
890 nextlo = it->hi + 1;
892 cc->ranges_[n++] = RuneRange(nextlo, it->lo - 1)
    [all...]

Completed in 30 milliseconds