Lines Matching full:targetut
408 UText *targetUT = NULL;
416 targetUT = utext_clone(NULL, ut, TRUE, FALSE, &status);
433 utext_copy(targetUT, nativeStart, nativeLimit, nativeDest, move, &status);
445 utext_setNativeIndex(targetUT, 0);
448 utc = utext_next32(targetUT);
455 uti = utext_getNativeIndex(targetUT);
464 uti = utext_getNativeIndex(targetUT);
469 utext_close(targetUT);
486 UText *targetUT = NULL;
494 targetUT = utext_clone(NULL, ut, TRUE, FALSE, &status);
509 int32_t actualDelta = utext_replace(targetUT, nativeStart, nativeLimit, rs, rsLen, &status);
522 utext_setNativeIndex(targetUT, 0);
525 utc = utext_next32(targetUT);
532 uti = utext_getNativeIndex(targetUT);
538 uti = utext_getNativeIndex(targetUT);
542 utext_close(targetUT);