Searched refs:nextlo (Results 1 – 1 of 1) sorted by relevance
838 int nextlo = 0; in Negate() local840 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() local889 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 …]