Lines Matching refs:next
148 * Gets the current code unit for returning and advances to the next code unit
158 * Gets the current code point for returning and advances to the next code point
300 * for(char16_t c = iter.first(); c != CharacterIterator.DONE; c = iter.next()) {
326 * c = iter.next()) {}
334 * for (c = iter.setIndex(start); iter.getIndex() < end; c = iter.next() ) {
388 * This can be used to begin an iteration with next().
499 * Advances to the next code unit in the iteration range
502 * @return the next code unit.
505 virtual char16_t next(void) = 0;
508 * Advances to the next code point in the iteration range
514 * @return the next code point.