Home
last modified time | relevance | path

Searched refs:utext_copy (Results 1 – 8 of 8) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Dutxttest.cpp435 utext_copy(targetUT, nativeStart, nativeLimit, nativeDest, move, &status); in TestCopyMove()
1226 utext_copy(ut, 1, 2, 0, TRUE, &status); in FreezeTest()
1234 utext_copy(ut, 1, 2, 0, TRUE, &status); in FreezeTest()
1245 utext_copy(ut, 1, 2, 0, TRUE, &status); in FreezeTest()
1259 utext_copy(ut2, 1, 2, 0, TRUE, &status); in FreezeTest()
1267 utext_copy(ut, 1, 2, 0, TRUE, &status); in FreezeTest()
/external/icu/icu4c/source/test/cintltst/
Dutexttst.c281 utext_copy(uta, in TestAPI()
/external/icu/libandroidicu/include/unicode/
Dutext.h889 utext_copy(UText *ut,
Durename.h1712 #define utext_copy U_ICU_ENTRY_POINT_RENAME(utext_copy) macro
/external/icu/icu4c/source/common/unicode/
Dutext.h889 utext_copy(UText *ut,
Durename.h1712 #define utext_copy U_ICU_ENTRY_POINT_RENAME(utext_copy) macro
/external/icu/icu4c/source/common/
Dutext.cpp501 utext_copy(UText *ut, in utext_copy() function
/external/icu/libandroidicu/static_shim/
Dshim.cpp2839 utext_copy(ut, nativeStart, nativeLimit, destIndex, move, status); in utext_copy_android()