Home
last modified time | relevance | path

Searched refs:srcCI (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/common/
Dutext.cpp2757 CharacterIterator *srcCI =(CharacterIterator *)src->context; in charIterTextClone() local
2758 srcCI = srcCI->clone(); in charIterTextClone()
2759 dest = utext_openCharacterIterator(dest, srcCI, status); in charIterTextClone()
2767 dest->r = srcCI; // flags that this UText owns the CharacterIterator in charIterTextClone()