OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:targetut
(Results
1 - 1
of
1
) sorted by null
/external/icu4c/test/intltest/
utxttest.cpp
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)
[
all
...]
Completed in 12 milliseconds