Home
last modified time | relevance | path

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

/external/icu4c/common/
Dutext.cpp2733 CharacterIterator *srcCI =(CharacterIterator *)src->context; in charIterTextClone() local
2734 srcCI = srcCI->clone(); in charIterTextClone()
2735 dest = utext_openCharacterIterator(dest, srcCI, status); in charIterTextClone()
2740 dest->r = srcCI; // flags that this UText owns the CharacterIterator in charIterTextClone()