Home | History | Annotate | Download | only in unicode

Lines Matching full:iteration

40  *   provides iteration over its normalized form
85 * function's iteration semantics (post-increment or pre-decrement).
103 * With multiple iteration calls, this is repeated until the next piece
107 * iteration index into that buffer are not exposed on the API.
113 * (with careful consideration of the iteration semantics),
133 * If DONE is returned from an iteration function that returns a code point,
446 // Iteration API
512 * Set the iteration position in the input text that is being normalized,
530 * Retrieve the current iteration position in the input text that is
613 * until the iteration is able to re-sync at the next base character.
669 * The iteration position is set to the beginning.
680 * The iteration position is set to the beginning.
691 * The iteration position is set to the beginning.
704 * @param result Receives a copy of the text under iteration.
731 // Private utility methods for iteration