Home | History | Annotate | Download | only in unicode

Lines Matching defs:move

46  * Origin constants for UCharIterator.getIndex() and UCharIterator.move().
59 * indicating that the final UTF-16 index is not known, but that the move succeeded.
110 * Function type declaration for UCharIterator.move().
112 * Use iter->move(iter, index, UITER_ZERO) like CharacterIterator::setIndex(index).
126 * move() may return UITER_UNKNOWN_INDEX (-2) to avoid an inefficient
134 * @param origin move relative to the 0, start, limit, length, or current index
246 * getIndex()/move().
254 * (getIndex(UITER_CURRENT) followed by move(pos, UITER_ZERO)) is possible but
265 * the correct text contents and move relative to the current position
295 * the correct text contents and move relative to the current position
401 UCharIteratorMove *move;
584 * move() will always return the final index.
605 * move() will always return the final index.
642 * move(relative to limit or length), or
643 * move(relative to current) after setState(), may return UITER_UNKNOWN_INDEX.
669 * move() will always return the final index.
694 * move() will always return the final index.