Lines Matching refs:UCharIterator
42 struct UCharIterator;
43 typedef struct UCharIterator UCharIterator; /**< C typedef for struct UCharIterator. @stable ICU 2.… typedef
107 UCharIteratorGetIndex(UCharIterator *iter, UCharIteratorOrigin origin);
144 UCharIteratorMove(UCharIterator *iter, int32_t delta, UCharIteratorOrigin origin);
159 UCharIteratorHasNext(UCharIterator *iter);
173 UCharIteratorHasPrevious(UCharIterator *iter);
188 UCharIteratorCurrent(UCharIterator *iter);
204 UCharIteratorNext(UCharIterator *iter);
220 UCharIteratorPrevious(UCharIterator *iter);
234 UCharIteratorReserved(UCharIterator *iter, int32_t something);
281 UCharIteratorGetState(const UCharIterator *iter);
309 UCharIteratorSetState(UCharIterator *iter, uint32_t state, UErrorCode *pErrorCode);
341 struct UCharIterator { struct
496 uiter_current32(UCharIterator *iter);
513 uiter_next32(UCharIterator *iter);
530 uiter_previous32(UCharIterator *iter);
551 uiter_getState(const UCharIterator *iter);
569 uiter_setState(UCharIterator *iter, uint32_t state, UErrorCode *pErrorCode);
594 uiter_setString(UCharIterator *iter, const UChar *s, int32_t length);
617 uiter_setUTF16BE(UCharIterator *iter, const char *s, int32_t length);
653 uiter_setUTF8(UCharIterator *iter, const char *s, int32_t length);
678 uiter_setCharacterIterator(UCharIterator *iter, icu::CharacterIterator *charIter);
703 uiter_setReplaceable(UCharIterator *iter, const icu::Replaceable *rep);