Searched defs:targetUT (Results 1 - 2 of 2) sorted by relevance

/external/chromium/third_party/icu/source/test/intltest/
H A Dutxttest.cpp408 UText *targetUT = NULL; local
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; local
494 targetUT
[all...]
/external/icu4c/test/intltest/
H A Dutxttest.cpp410 UText *targetUT = NULL; local
418 targetUT = utext_clone(NULL, ut, TRUE, FALSE, &status);
435 utext_copy(targetUT, nativeStart, nativeLimit, nativeDest, move, &status);
447 utext_setNativeIndex(targetUT, 0);
450 utc = utext_next32(targetUT);
457 uti = utext_getNativeIndex(targetUT);
466 uti = utext_getNativeIndex(targetUT);
471 utext_close(targetUT);
488 UText *targetUT = NULL; local
496 targetUT
[all...]

Completed in 64 milliseconds