HomeSort by relevance Sort by last modified time
    Searched full:targetut (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/icu/source/test/intltest/
utxttest.cpp 407 UText *targetUT = NULL;
415 targetUT = utext_clone(NULL, ut, TRUE, FALSE, &status);
432 utext_copy(targetUT, nativeStart, nativeLimit, nativeDest, move, &status);
444 utext_setNativeIndex(targetUT, 0);
447 utc = utext_next32(targetUT);
454 uti = utext_getNativeIndex(targetUT);
463 uti = utext_getNativeIndex(targetUT);
468 utext_close(targetUT);
485 UText *targetUT = NULL;
493 targetUT = utext_clone(NULL, ut, TRUE, FALSE, &status)
    [all...]
  /external/icu/icu4c/source/test/intltest/
utxttest.cpp 409 UText *targetUT = NULL;
417 targetUT = utext_clone(NULL, ut, TRUE, FALSE, &status);
434 utext_copy(targetUT, nativeStart, nativeLimit, nativeDest, move, &status);
446 utext_setNativeIndex(targetUT, 0);
449 utc = utext_next32(targetUT);
456 uti = utext_getNativeIndex(targetUT);
465 uti = utext_getNativeIndex(targetUT);
470 utext_close(targetUT);
487 UText *targetUT = NULL;
495 targetUT = utext_clone(NULL, ut, TRUE, FALSE, &status)
    [all...]

Completed in 1043 milliseconds