Lines Matching defs:iter

92 stringIteratorGetIndex(UCharIterator *iter, UCharIteratorOrigin origin) {  in stringIteratorGetIndex()
112 stringIteratorMove(UCharIterator *iter, int32_t delta, UCharIteratorOrigin origin) { in stringIteratorMove()
145 stringIteratorHasNext(UCharIterator *iter) { in stringIteratorHasNext()
150 stringIteratorHasPrevious(UCharIterator *iter) { in stringIteratorHasPrevious()
155 stringIteratorCurrent(UCharIterator *iter) { in stringIteratorCurrent()
164 stringIteratorNext(UCharIterator *iter) { in stringIteratorNext()
173 stringIteratorPrevious(UCharIterator *iter) { in stringIteratorPrevious()
182 stringIteratorGetState(const UCharIterator *iter) { in stringIteratorGetState()
187 stringIteratorSetState(UCharIterator *iter, uint32_t state, UErrorCode *pErrorCode) { in stringIteratorSetState()
214 uiter_setString(UCharIterator *iter, const UChar *s, int32_t length) { in uiter_setString()
245 utf16BEIteratorGet(UCharIterator *iter, int32_t index) { in utf16BEIteratorGet()
251 utf16BEIteratorCurrent(UCharIterator *iter) { in utf16BEIteratorCurrent()
262 utf16BEIteratorNext(UCharIterator *iter) { in utf16BEIteratorNext()
274 utf16BEIteratorPrevious(UCharIterator *iter) { in utf16BEIteratorPrevious()
325 uiter_setUTF16BE(UCharIterator *iter, const char *s, int32_t length) { in uiter_setUTF16BE()
362 characterIteratorGetIndex(UCharIterator *iter, UCharIteratorOrigin origin) { in characterIteratorGetIndex()
382 characterIteratorMove(UCharIterator *iter, int32_t delta, UCharIteratorOrigin origin) { in characterIteratorMove()
402 characterIteratorHasNext(UCharIterator *iter) { in characterIteratorHasNext()
407 characterIteratorHasPrevious(UCharIterator *iter) { in characterIteratorHasPrevious()
412 characterIteratorCurrent(UCharIterator *iter) { in characterIteratorCurrent()
424 characterIteratorNext(UCharIterator *iter) { in characterIteratorNext()
433 characterIteratorPrevious(UCharIterator *iter) { in characterIteratorPrevious()
442 characterIteratorGetState(const UCharIterator *iter) { in characterIteratorGetState()
447 characterIteratorSetState(UCharIterator *iter, uint32_t state, UErrorCode *pErrorCode) { in characterIteratorSetState()
474 uiter_setCharacterIterator(UCharIterator *iter, CharacterIterator *charIter) { in uiter_setCharacterIterator()
497 replaceableIteratorCurrent(UCharIterator *iter) { in replaceableIteratorCurrent()
506 replaceableIteratorNext(UCharIterator *iter) { in replaceableIteratorNext()
515 replaceableIteratorPrevious(UCharIterator *iter) { in replaceableIteratorPrevious()
538 uiter_setReplaceable(UCharIterator *iter, const Replaceable *rep) { in uiter_setReplaceable()
589 utf8IteratorGetIndex(UCharIterator *iter, UCharIteratorOrigin origin) { in utf8IteratorGetIndex()
669 utf8IteratorMove(UCharIterator *iter, int32_t delta, UCharIteratorOrigin origin) { in utf8IteratorMove()
842 utf8IteratorHasNext(UCharIterator *iter) { in utf8IteratorHasNext()
847 utf8IteratorHasPrevious(UCharIterator *iter) { in utf8IteratorHasPrevious()
852 utf8IteratorCurrent(UCharIterator *iter) { in utf8IteratorCurrent()
872 utf8IteratorNext(UCharIterator *iter) { in utf8IteratorNext()
907 utf8IteratorPrevious(UCharIterator *iter) { in utf8IteratorPrevious()
941 utf8IteratorGetState(const UCharIterator *iter) { in utf8IteratorGetState()
950 utf8IteratorSetState(UCharIterator *iter, in utf8IteratorSetState()
1004 uiter_setUTF8(UCharIterator *iter, const char *s, int32_t length) { in uiter_setUTF8()
1024 uiter_current32(UCharIterator *iter) { in uiter_current32()
1055 uiter_next32(UCharIterator *iter) { in uiter_next32()
1071 uiter_previous32(UCharIterator *iter) { in uiter_previous32()
1087 uiter_getState(const UCharIterator *iter) { in uiter_getState()
1096 uiter_setState(UCharIterator *iter, uint32_t state, UErrorCode *pErrorCode) { in uiter_setState()