Lines Matching refs:targetUT
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 = utext_clone(NULL, ut, TRUE, FALSE, &status); in TestReplace()
515 int32_t actualDelta = utext_replace(targetUT, nativeStart, nativeLimit, rs, rsLen, &status); in TestReplace()
528 utext_setNativeIndex(targetUT, 0); in TestReplace()
531 utc = utext_next32(targetUT); in TestReplace()
538 uti = utext_getNativeIndex(targetUT); in TestReplace()
544 uti = utext_getNativeIndex(targetUT); in TestReplace()
548 utext_close(targetUT); in TestReplace()