Home | History | Annotate | Download | only in common

Lines Matching refs:ci

2653     CharacterIterator *ci = (CharacterIterator *)ut->r;
2654 delete ci;
2665 CharacterIterator *ci = (CharacterIterator *)ut->context;
2705 ci->setIndex(neededIndex);
2707 buf[i] = ci->nextPostInc();
2779 CharacterIterator *ci = (CharacterIterator *)ut->context;
2780 ci->setIndex32(start32); // Moves ix to lead of surrogate pair, if needed.
2781 srci = ci->getIndex();
2784 UChar32 c = ci->next32PostInc();
2824 utext_openCharacterIterator(UText *ut, CharacterIterator *ci, UErrorCode *status) {
2829 if (ci->startIndex() > 0) {
2840 ut->context = ci;
2842 ut->a = ci->endIndex(); // Length of text