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

/external/regex-re2/re2/
H A Dregexp.cc838 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, i
[all...]

Completed in 26 milliseconds