Searched refs:targetUT (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | utxttest.cpp | 410 UText *targetUT = NULL; in TestCopyMove() local 418 targetUT = utext_clone(NULL, ut, TRUE, FALSE, &status); in TestCopyMove() 435 utext_copy(targetUT, nativeStart, nativeLimit, nativeDest, move, &status); in TestCopyMove() 447 utext_setNativeIndex(targetUT, 0); in TestCopyMove() 450 utc = utext_next32(targetUT); in TestCopyMove() 457 uti = utext_getNativeIndex(targetUT); in TestCopyMove() 466 uti = utext_getNativeIndex(targetUT); in TestCopyMove() 471 utext_close(targetUT); in TestCopyMove() 488 UText *targetUT = NULL; in TestReplace() local 496 targetUT = utext_clone(NULL, ut, TRUE, FALSE, &status); in TestReplace() [all …]
|