Home
last modified time | relevance | path

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

/external/regex-re2/re2/
Dregexp.cc827 int nextlo = 0; in Negate() local
829 nextlo = it->hi + 1; in Negate()
833 v.push_back(RuneRange(nextlo, it->lo - 1)); in Negate()
834 nextlo = it->hi + 1; in Negate()
836 if (nextlo <= Runemax) in Negate()
837 v.push_back(RuneRange(nextlo, Runemax)); in Negate()
876 int nextlo = 0; in Negate() local
878 if (it->lo == nextlo) { in Negate()
879 nextlo = it->hi + 1; in Negate()
881 cc->ranges_[n++] = RuneRange(nextlo, it->lo - 1); in Negate()
[all …]