• Home
  • Raw
  • Download

Lines Matching defs:iter

90 stringIteratorGetIndex(UCharIterator *iter, UCharIteratorOrigin origin) {  in stringIteratorGetIndex()
110 stringIteratorMove(UCharIterator *iter, int32_t delta, UCharIteratorOrigin origin) { in stringIteratorMove()
143 stringIteratorHasNext(UCharIterator *iter) { in stringIteratorHasNext()
148 stringIteratorHasPrevious(UCharIterator *iter) { in stringIteratorHasPrevious()
153 stringIteratorCurrent(UCharIterator *iter) { in stringIteratorCurrent()
162 stringIteratorNext(UCharIterator *iter) { in stringIteratorNext()
171 stringIteratorPrevious(UCharIterator *iter) { in stringIteratorPrevious()
180 stringIteratorGetState(const UCharIterator *iter) { in stringIteratorGetState()
185 stringIteratorSetState(UCharIterator *iter, uint32_t state, UErrorCode *pErrorCode) { in stringIteratorSetState()
212 uiter_setString(UCharIterator *iter, const UChar *s, int32_t length) { in uiter_setString()
243 utf16BEIteratorGet(UCharIterator *iter, int32_t index) { in utf16BEIteratorGet()
249 utf16BEIteratorCurrent(UCharIterator *iter) { in utf16BEIteratorCurrent()
260 utf16BEIteratorNext(UCharIterator *iter) { in utf16BEIteratorNext()
272 utf16BEIteratorPrevious(UCharIterator *iter) { in utf16BEIteratorPrevious()
323 uiter_setUTF16BE(UCharIterator *iter, const char *s, int32_t length) { in uiter_setUTF16BE()
360 characterIteratorGetIndex(UCharIterator *iter, UCharIteratorOrigin origin) { in characterIteratorGetIndex()
380 characterIteratorMove(UCharIterator *iter, int32_t delta, UCharIteratorOrigin origin) { in characterIteratorMove()
400 characterIteratorHasNext(UCharIterator *iter) { in characterIteratorHasNext()
405 characterIteratorHasPrevious(UCharIterator *iter) { in characterIteratorHasPrevious()
410 characterIteratorCurrent(UCharIterator *iter) { in characterIteratorCurrent()
422 characterIteratorNext(UCharIterator *iter) { in characterIteratorNext()
431 characterIteratorPrevious(UCharIterator *iter) { in characterIteratorPrevious()
440 characterIteratorGetState(const UCharIterator *iter) { in characterIteratorGetState()
445 characterIteratorSetState(UCharIterator *iter, uint32_t state, UErrorCode *pErrorCode) { in characterIteratorSetState()
472 uiter_setCharacterIterator(UCharIterator *iter, CharacterIterator *charIter) { in uiter_setCharacterIterator()
495 replaceableIteratorCurrent(UCharIterator *iter) { in replaceableIteratorCurrent()
504 replaceableIteratorNext(UCharIterator *iter) { in replaceableIteratorNext()
513 replaceableIteratorPrevious(UCharIterator *iter) { in replaceableIteratorPrevious()
536 uiter_setReplaceable(UCharIterator *iter, const Replaceable *rep) { in uiter_setReplaceable()
587 utf8IteratorGetIndex(UCharIterator *iter, UCharIteratorOrigin origin) { in utf8IteratorGetIndex()
667 utf8IteratorMove(UCharIterator *iter, int32_t delta, UCharIteratorOrigin origin) { in utf8IteratorMove()
840 utf8IteratorHasNext(UCharIterator *iter) { in utf8IteratorHasNext()
845 utf8IteratorHasPrevious(UCharIterator *iter) { in utf8IteratorHasPrevious()
850 utf8IteratorCurrent(UCharIterator *iter) { in utf8IteratorCurrent()
870 utf8IteratorNext(UCharIterator *iter) { in utf8IteratorNext()
905 utf8IteratorPrevious(UCharIterator *iter) { in utf8IteratorPrevious()
939 utf8IteratorGetState(const UCharIterator *iter) { in utf8IteratorGetState()
948 utf8IteratorSetState(UCharIterator *iter, in utf8IteratorSetState()
1002 uiter_setUTF8(UCharIterator *iter, const char *s, int32_t length) { in uiter_setUTF8()
1022 uiter_current32(UCharIterator *iter) { in uiter_current32()
1053 uiter_next32(UCharIterator *iter) { in uiter_next32()
1069 uiter_previous32(UCharIterator *iter) { in uiter_previous32()
1085 uiter_getState(const UCharIterator *iter) { in uiter_getState()
1094 uiter_setState(UCharIterator *iter, uint32_t state, UErrorCode *pErrorCode) { in uiter_setState()