Searched refs:targetUT (Results 1 - 1 of 1) sorted by relevance
/third_party/icu/icu4c/source/test/intltest/ |
H A D | utxttest.cpp | 414 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 in TestReplace() [all...] |
Completed in 2 milliseconds