/external/icu4c/test/intltest/ |
D | utxttest.cpp | 417 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/ |
D | rematch.cpp | 1160 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 …]
|
D | repattrn.cpp | 74 fPattern = utext_clone(fPattern, other.fPattern, FALSE, TRUE, &fDeferredStatus); in operator =()
|
D | uregex.cpp | 743 dest = utext_clone(NULL, &groupText, TRUE, FALSE, status); in uregex_groupUTextDeep()
|
D | regexcmp.cpp | 140 fRXPat->fPattern = utext_clone(fRXPat->fPattern, pat, FALSE, TRUE, fStatus); in compile()
|
/external/icu4c/test/cintltst/ |
D | utexttst.c | 96 utb = utext_clone(NULL, uta, FALSE, FALSE, &status); in TestAPI()
|
/external/icu4c/common/ |
D | rbbi.cpp | 238 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()
|
D | utext.cpp | 864 utext_clone(UText *dest, const UText *src, UBool deep, UBool readOnly, UErrorCode *status) { in utext_clone() function
|
/external/icu4c/common/unicode/ |
D | utext.h | 370 utext_clone(UText *dest, const UText *src, UBool deep, UBool readOnly, UErrorCode *status);
|
D | urename.h | 1608 #define utext_clone U_ICU_ENTRY_POINT_RENAME(utext_clone) macro
|