Home | History | Annotate | Download | only in unicode

Lines Matching full:forward

23  * Abstract class that defines an API for forward-only iteration
165 * This is used with nextPostInc() or next32PostInc() in forward
190 * This is an interface for forward and backward iteration
197 * <li>While the old API functions provided forward iteration with
210 * See ForwardCharacterIterator for examples for using the new forward iteration
217 * Forward iteration with hasNext():
227 * Forward iteration more similar to loops with the old forward iteration,
312 * Traverse both forward and backward from a given position in the text.
387 * for forward iteration with nextPostInc().
408 * for forward iteration with next32PostInc().
416 * iteration range. This can be used to begin a forward
581 * The movement is expressed in numbers of code units forward
583 * @param delta the position relative to origin. A positive delta means forward;
594 * The movement is expressed in numbers of code points forward
596 * @param delta the position relative to origin. A positive delta means forward;