Lines Matching full:iteration
22 * \brief C API: Unicode Character Iteration
90 * iteration range.
113 * iteration range, or relative to the current position itself.
311 * C API for code unit iteration.
327 * to see if the iterator already reached the end of the iteration range.
335 * or U_SENTINEL if the iteration bounds are reached.
383 * start or limit index of the iteration range.
392 * iteration range, or relative to the current position itself.
572 * Sets the UCharIterator function pointers for iteration over the string s
573 * with iteration boundaries start=index=0 and length=limit=string length.
584 * @param iter UCharIterator structure to be set for iteration
605 * @param iter UCharIterator structure to be set for iteration
620 * Sets the UCharIterator function pointers for iteration over the UTF-8 string s
621 * with UTF-8 iteration boundaries 0 and length.
643 * @param iter UCharIterator structure to be set for iteration
658 * Sets the UCharIterator function pointers for iteration using the
664 * The iteration index and boundaries are controlled by the CharacterIterator.
669 * @param iter UCharIterator structure to be set for iteration
681 * Sets the UCharIterator function pointers for iteration over the
682 * Replaceable rep with iteration boundaries start=index=0 and
694 * @param iter UCharIterator structure to be set for iteration