Home | History | Annotate | Download | only in unicode

Lines Matching defs:setState

61      * when moving relative to the current index after a setState()
94 * This function may perform slowly for UITER_CURRENT after setState() was called,
125 * relative to the current position after setState() was called,
244 * This is used together with setState()/UCharIteratorSetState
263 * After calling setState(), a getIndex(UITER_CURRENT) may be slow because
284 * Function type declaration for UCharIterator.setState().
293 * After calling setState(), a getIndex(UITER_CURRENT) may be slow because
458 * (public) Return the state of the iterator, to be restored later with setState().
474 UCharIteratorSetState *setState;
555 * This is a convenience function that calls iter->setState(iter, state, pErrorCode)
556 * if iter->setState is not NULL; if it is NULL, then U_UNSUPPORTED_ERROR is set.
643 * move(relative to current) after setState(), may return UITER_UNKNOWN_INDEX.