Home | History | Annotate | Download | only in common

Lines Matching refs:CharacterIterator

2627 //            context    pointer to the CharacterIterator
2643 // All that needs to be done here is delete the CharacterIterator if the UText
2645 CharacterIterator *ci = (CharacterIterator *)ut->r;
2657 CharacterIterator *ci = (CharacterIterator *)ut->context;
2732 // There is no CharacterIterator API for cloning the underlying text storage.
2736 CharacterIterator *srcCI =(CharacterIterator *)src->context;
2743 // For CharacterIterator based UTexts, this is safe, the operation is const.
2746 dest->r = srcCI; // flags that this UText owns the CharacterIterator
2771 CharacterIterator *ci = (CharacterIterator *)ut->context;
2816 utext_openCharacterIterator(UText *ut, CharacterIterator *ci, UErrorCode *status) {