Lines Matching defs:move
44 * Origin constants for UCharIterator.getIndex() and UCharIterator.move().
57 * indicating that the final UTF-16 index is not known, but that the move succeeded.
108 * Function type declaration for UCharIterator.move().
110 * Use iter->move(iter, index, UITER_ZERO) like CharacterIterator::setIndex(index).
124 * move() may return UITER_UNKNOWN_INDEX (-2) to avoid an inefficient
132 * @param origin move relative to the 0, start, limit, length, or current index
244 * getIndex()/move().
252 * (getIndex(UITER_CURRENT) followed by move(pos, UITER_ZERO)) is possible but
263 * the correct text contents and move relative to the current position
293 * the correct text contents and move relative to the current position
399 UCharIteratorMove *move;
582 * move() will always return the final index.
603 * move() will always return the final index.
640 * move(relative to limit or length), or
641 * move(relative to current) after setState(), may return UITER_UNKNOWN_INDEX.
667 * move() will always return the final index.
692 * move() will always return the final index.