Home
last modified time | relevance | path

Searched refs:utext_clone (Results 1 – 10 of 10) sorted by relevance

/external/icu4c/test/intltest/
Dutxttest.cpp417 targetUT = utext_clone(NULL, ut, TRUE, FALSE, &status); in TestCopyMove()
495 targetUT = utext_clone(NULL, ut, TRUE, FALSE, &status); in TestReplace()
558 UText *shallowClone = utext_clone(NULL, ut, FALSE /*deep*/, FALSE /*readOnly*/, &status); in TestAccess()
569 UText *deepClone = utext_clone(NULL, shallowClone, TRUE, FALSE, &status); in TestAccess()
1720 ut2 = utext_clone(ut2, ut, FALSE, FALSE, &status); // clone with readonly = false in FreezeTest()
1724 ut2 = utext_clone(ut2, ut, FALSE, TRUE, &status); // clone with readonly = true in FreezeTest()
1744 ut2 = utext_clone(ut2, ut, TRUE, FALSE, &status); // deep clone in FreezeTest()
1756 ut2 = utext_clone(ut2, ut, TRUE, FALSE, &status); // deep clone in FreezeTest()
1881 utext_clone(&ut2, &ut1, TRUE, FALSE, &status); in Ticket5560()
/external/icu4c/i18n/
Drematch.cpp1160 return utext_clone(dest, fInputText, FALSE, TRUE, &status); in group()
1165 dest = utext_clone(dest, fInputText, FALSE, TRUE, &status); in group()
1245 dest = utext_clone(NULL, &groupText, TRUE, FALSE, &status); in group()
1268 dest = utext_clone(NULL, &groupText, TRUE, FALSE, &status); in group()
1447 return utext_clone(NULL, fInputText, FALSE, TRUE, &status); in getInput()
1476 return utext_clone(NULL, fInputText, FALSE, TRUE, &status); in getInput()
1782 dest = utext_clone(NULL, &empty, TRUE, FALSE, &status); in replaceAll()
1844 dest = utext_clone(NULL, &empty, TRUE, FALSE, &status); in replaceFirst()
1902 fAltInputText = utext_clone(fAltInputText, fInputText, FALSE, TRUE, &fDeferredStatus); in reset()
1926 fInputText = utext_clone(fInputText, input, FALSE, TRUE, &fDeferredStatus); in reset()
[all …]
Drepattrn.cpp74 fPattern = utext_clone(fPattern, other.fPattern, FALSE, TRUE, &fDeferredStatus); in operator =()
Duregex.cpp743 dest = utext_clone(NULL, &groupText, TRUE, FALSE, status); in uregex_groupUTextDeep()
Dregexcmp.cpp140 fRXPat->fPattern = utext_clone(fRXPat->fPattern, pat, FALSE, TRUE, fStatus); in compile()
/external/icu4c/test/cintltst/
Dutexttst.c96 utb = utext_clone(NULL, uta, FALSE, FALSE, &status); in TestAPI()
/external/icu4c/common/
Drbbi.cpp238 fText = utext_clone(fText, that.fText, FALSE, TRUE, &status); in operator =()
366 fText = utext_clone(fText, ut, FALSE, TRUE, &status); in setText()
394 UText *result = utext_clone(fillIn, fText, FALSE, TRUE, &status); in getUText()
Dutext.cpp864 utext_clone(UText *dest, const UText *src, UBool deep, UBool readOnly, UErrorCode *status) { in utext_clone() function
/external/icu4c/common/unicode/
Dutext.h370 utext_clone(UText *dest, const UText *src, UBool deep, UBool readOnly, UErrorCode *status);
Durename.h1608 #define utext_clone U_ICU_ENTRY_POINT_RENAME(utext_clone) macro