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