Lines Matching refs:UCharIterator
40 struct UCharIterator;
41 typedef struct UCharIterator UCharIterator; /**< C typedef for struct UCharIterator. @stable ICU 2.… typedef
105 UCharIteratorGetIndex(UCharIterator *iter, UCharIteratorOrigin origin);
142 UCharIteratorMove(UCharIterator *iter, int32_t delta, UCharIteratorOrigin origin);
157 UCharIteratorHasNext(UCharIterator *iter);
171 UCharIteratorHasPrevious(UCharIterator *iter);
186 UCharIteratorCurrent(UCharIterator *iter);
202 UCharIteratorNext(UCharIterator *iter);
218 UCharIteratorPrevious(UCharIterator *iter);
232 UCharIteratorReserved(UCharIterator *iter, int32_t something);
279 UCharIteratorGetState(const UCharIterator *iter);
307 UCharIteratorSetState(UCharIterator *iter, uint32_t state, UErrorCode *pErrorCode);
339 struct UCharIterator { struct
494 uiter_current32(UCharIterator *iter);
511 uiter_next32(UCharIterator *iter);
528 uiter_previous32(UCharIterator *iter);
549 uiter_getState(const UCharIterator *iter);
567 uiter_setState(UCharIterator *iter, uint32_t state, UErrorCode *pErrorCode);
592 uiter_setString(UCharIterator *iter, const UChar *s, int32_t length);
615 uiter_setUTF16BE(UCharIterator *iter, const char *s, int32_t length);
651 uiter_setUTF8(UCharIterator *iter, const char *s, int32_t length);
676 uiter_setCharacterIterator(UCharIterator *iter, icu::CharacterIterator *charIter);
701 uiter_setReplaceable(UCharIterator *iter, const icu::Replaceable *rep);