Home
last modified time | relevance | path

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

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