Lines Matching refs:nextlo
838 int nextlo = 0;
840 nextlo = it->hi + 1;
844 v.push_back(RuneRange(nextlo, it->lo - 1));
845 nextlo = it->hi + 1;
847 if (nextlo <= Runemax)
848 v.push_back(RuneRange(nextlo, Runemax));
887 int nextlo = 0;
889 if (it->lo == nextlo) {
890 nextlo = it->hi + 1;
892 cc->ranges_[n++] = RuneRange(nextlo, it->lo - 1);
893 nextlo = it->hi + 1;
896 if (nextlo <= Runemax)
897 cc->ranges_[n++] = RuneRange(nextlo, Runemax);