Searched refs:nextlo (Results 1 – 1 of 1) sorted by relevance
889 int nextlo = 0; in Negate() local891 nextlo = it->hi + 1; in Negate()895 v.push_back(RuneRange(nextlo, it->lo - 1)); in Negate()896 nextlo = it->hi + 1; in Negate()898 if (nextlo <= Runemax) in Negate()899 v.push_back(RuneRange(nextlo, Runemax)); in Negate()936 int nextlo = 0; in Negate() local938 if (it->lo == nextlo) { in Negate()939 nextlo = it->hi + 1; in Negate()941 cc->ranges_[n++] = RuneRange(nextlo, it->lo - 1); in Negate()[all …]