Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dutxttest.cpp414 UText *targetUT = NULL; in TestCopyMove() local
422 targetUT = utext_clone(NULL, ut, TRUE, FALSE, &status); in TestCopyMove()
439 utext_copy(targetUT, nativeStart, nativeLimit, nativeDest, move, &status); in TestCopyMove()
451 utext_setNativeIndex(targetUT, 0); in TestCopyMove()
454 utc = utext_next32(targetUT); in TestCopyMove()
461 uti = utext_getNativeIndex(targetUT); in TestCopyMove()
470 uti = utext_getNativeIndex(targetUT); in TestCopyMove()
475 utext_close(targetUT); in TestCopyMove()
492 UText *targetUT = NULL; in TestReplace() local
500 targetUT = utext_clone(NULL, ut, TRUE, FALSE, &status); in TestReplace()
[all …]