Lines Matching refs:targetUT
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()
511 int32_t actualDelta = utext_replace(targetUT, nativeStart, nativeLimit, rs, rsLen, &status); in TestReplace()
524 utext_setNativeIndex(targetUT, 0); in TestReplace()
527 utc = utext_next32(targetUT); in TestReplace()
534 uti = utext_getNativeIndex(targetUT); in TestReplace()
540 uti = utext_getNativeIndex(targetUT); in TestReplace()
544 utext_close(targetUT); in TestReplace()