Home | History | Annotate | Download | only in unicode

Lines Matching full:setstate

59      * when moving relative to the current index after a setState()
92 * This function may perform slowly for UITER_CURRENT after setState() was called,
123 * relative to the current position after setState() was called,
242 * This is used together with setState()/UCharIteratorSetState
261 * After calling setState(), a getIndex(UITER_CURRENT) may be slow because
282 * Function type declaration for UCharIterator.setState().
291 * After calling setState(), a getIndex(UITER_CURRENT) may be slow because
456 * (public) Return the state of the iterator, to be restored later with setState().
472 UCharIteratorSetState *setState;
553 * This is a convenience function that calls iter->setState(iter, state, pErrorCode)
554 * if iter->setState is not NULL; if it is NULL, then U_UNSUPPORTED_ERROR is set.
641 * move(relative to current) after setState(), may return UITER_UNKNOWN_INDEX.