Lines Matching defs:next
29 // m or n = 61: actual length follows in the next edits array unit.
30 // m or n = 62..63: actual length follows in the next two edits array units.
273 // then we fetch the next edit. This is true for at least one of the iterators.
280 if (bcHasNext && (bcHasNext = bcIter.next(errorCode)) != 0) {
297 if (abHasNext && (abHasNext = abIter.next(errorCode)) != 0) {
449 UBool Edits::Iterator::next(UBool onlyChanges, UErrorCode &errorCode) {
460 // Turn around from previous() to next().
465 ++index; // next() rests on the index after the sequence unit.
554 // Turn around from next() to previous().
708 while (next(false, errorCode)) {
732 // Make next() skip all of these edits at once.