Searched refs:srcCI (Results 1 – 1 of 1) sorted by relevance
2736 CharacterIterator *srcCI =(CharacterIterator *)src->context; in charIterTextClone() local2737 srcCI = srcCI->clone(); in charIterTextClone()2738 dest = utext_openCharacterIterator(dest, srcCI, status); in charIterTextClone()2746 dest->r = srcCI; // flags that this UText owns the CharacterIterator in charIterTextClone()