Home
last modified time | relevance | path

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

/third_party/re2/re2/
Dregexp.cc880 int nextlo = 0; in Negate() local
882 nextlo = it->hi + 1; in Negate()
886 v.push_back(RuneRange(nextlo, it->lo - 1)); in Negate()
887 nextlo = it->hi + 1; in Negate()
889 if (nextlo <= Runemax) in Negate()
890 v.push_back(RuneRange(nextlo, Runemax)); in Negate()
927 int nextlo = 0; in Negate() local
929 if (it->lo == nextlo) { in Negate()
930 nextlo = it->hi + 1; in Negate()
932 cc->ranges_[n++] = RuneRange(nextlo, it->lo - 1); in Negate()
[all …]