/external/icu/icu4c/source/test/intltest/ |
D | utxttest.cpp | 418 targetUT = utext_clone(NULL, ut, TRUE, FALSE, &status); in TestCopyMove() 496 targetUT = utext_clone(NULL, ut, TRUE, FALSE, &status); in TestReplace() 559 UText *shallowClone = utext_clone(NULL, ut, FALSE /*deep*/, FALSE /*readOnly*/, &status); in TestAccess() 570 UText *deepClone = utext_clone(NULL, shallowClone, TRUE, FALSE, &status); in TestAccess() 1251 ut2 = utext_clone(ut2, ut, FALSE, FALSE, &status); // clone with readonly = false in FreezeTest() 1255 ut2 = utext_clone(ut2, ut, FALSE, TRUE, &status); // clone with readonly = true in FreezeTest() 1275 ut2 = utext_clone(ut2, ut, TRUE, FALSE, &status); // deep clone in FreezeTest() 1287 ut2 = utext_clone(ut2, ut, TRUE, FALSE, &status); // deep clone in FreezeTest() 1412 utext_clone(&ut2, &ut1, TRUE, FALSE, &status); in Ticket5560() 1470 UText *deepClone = utext_clone(NULL, utf8Text, TRUE, FALSE, &status); in Ticket10562() [all …]
|
/external/icu/icu4c/source/common/ |
D | rbbi.cpp | 227 fText = utext_clone(fText, that.fText, FALSE, TRUE, &status); in operator =() 388 fText = utext_clone(fText, ut, FALSE, TRUE, &status); in setText() 416 UText *result = utext_clone(fillIn, fText, FALSE, TRUE, &status); in getUText() 508 fText = utext_clone(fText, input, FALSE, TRUE, &status); in refreshInputText()
|
D | utext.cpp | 520 utext_clone(UText *dest, const UText *src, UBool deep, UBool readOnly, UErrorCode *status) { in utext_clone() function
|
/external/icu/icu4c/source/i18n/ |
D | rematch.cpp | 1192 return utext_clone(dest, fInputText, FALSE, TRUE, &status); in group() 1197 dest = utext_clone(dest, fInputText, FALSE, TRUE, &status); in group() 1418 return utext_clone(NULL, fInputText, FALSE, TRUE, &status); in getInput() 1724 dest = utext_clone(NULL, &empty, TRUE, FALSE, &status); in replaceAll() 1786 dest = utext_clone(NULL, &empty, TRUE, FALSE, &status); in replaceFirst() 1844 fAltInputText = utext_clone(fAltInputText, fInputText, FALSE, TRUE, &fDeferredStatus); in reset() 1871 fInputText = utext_clone(fInputText, input, FALSE, TRUE, &fDeferredStatus); in reset() 1872 …if (fPattern->fNeedsAltInput) fAltInputText = utext_clone(fAltInputText, fInputText, FALSE, TRUE, … in reset() 1933 fInputText = utext_clone(fInputText, input, FALSE, TRUE, &status); in refreshInputText() 1941 fAltInputText = utext_clone(fAltInputText, input, FALSE, TRUE, &status); in refreshInputText() [all …]
|
D | repattrn.cpp | 82 fPattern = utext_clone(fPattern, other.fPattern, FALSE, TRUE, &fDeferredStatus); in operator =()
|
D | regexcmp.cpp | 146 fRXPat->fPattern = utext_clone(fRXPat->fPattern, pat, FALSE, TRUE, fStatus); in compile()
|
/external/icu/icu4c/source/test/cintltst/ |
D | utexttst.c | 99 utb = utext_clone(NULL, uta, FALSE, FALSE, &status); in TestAPI()
|
/external/icu/icu4c/source/common/unicode/ |
D | utext.h | 372 utext_clone(UText *dest, const UText *src, UBool deep, UBool readOnly, UErrorCode *status);
|
D | urename.h | 1667 #define utext_clone U_ICU_ENTRY_POINT_RENAME(utext_clone) macro
|