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