/external/icu/icu4c/source/test/intltest/ |
D | utxttest.cpp | 419 targetUT = utext_clone(NULL, ut, TRUE, FALSE, &status); in TestCopyMove() 497 targetUT = utext_clone(NULL, ut, TRUE, FALSE, &status); in TestReplace() 560 UText *shallowClone = utext_clone(NULL, ut, FALSE /*deep*/, FALSE /*readOnly*/, &status); in TestAccess() 571 UText *deepClone = utext_clone(NULL, shallowClone, TRUE, FALSE, &status); in TestAccess() 1248 ut2 = utext_clone(ut2, ut, FALSE, FALSE, &status); // clone with readonly = false in FreezeTest() 1252 ut2 = utext_clone(ut2, ut, FALSE, TRUE, &status); // clone with readonly = true in FreezeTest() 1272 ut2 = utext_clone(ut2, ut, TRUE, FALSE, &status); // deep clone in FreezeTest() 1284 ut2 = utext_clone(ut2, ut, TRUE, FALSE, &status); // deep clone in FreezeTest() 1409 utext_clone(&ut2, &ut1, TRUE, FALSE, &status); in Ticket5560() 1467 UText *deepClone = utext_clone(NULL, utf8Text, TRUE, FALSE, &status); in Ticket10562() [all …]
|
/external/icu/icu4c/source/common/ |
D | rbbi.cpp | 238 fText = utext_clone(fText, that.fText, FALSE, TRUE, &status); in operator =() 365 fText = utext_clone(fText, ut, FALSE, TRUE, &status); in setText() 393 UText *result = utext_clone(fillIn, fText, FALSE, TRUE, &status); in getUText() 504 fText = utext_clone(fText, input, FALSE, TRUE, &status); in refreshInputText()
|
D | utext.cpp | 518 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 | 1188 return utext_clone(dest, fInputText, FALSE, TRUE, &status); in group() 1193 dest = utext_clone(dest, fInputText, FALSE, TRUE, &status); in group() 1414 return utext_clone(NULL, fInputText, FALSE, TRUE, &status); in getInput() 1720 dest = utext_clone(NULL, &empty, TRUE, FALSE, &status); in replaceAll() 1782 dest = utext_clone(NULL, &empty, TRUE, FALSE, &status); in replaceFirst() 1840 fAltInputText = utext_clone(fAltInputText, fInputText, FALSE, TRUE, &fDeferredStatus); in reset() 1867 fInputText = utext_clone(fInputText, input, FALSE, TRUE, &fDeferredStatus); in reset() 1868 …if (fPattern->fNeedsAltInput) fAltInputText = utext_clone(fAltInputText, fInputText, FALSE, TRUE, … in reset() 1929 fInputText = utext_clone(fInputText, input, FALSE, TRUE, &status); in refreshInputText() 1937 fAltInputText = utext_clone(fAltInputText, input, FALSE, TRUE, &status); in refreshInputText() [all …]
|
D | repattrn.cpp | 78 fPattern = utext_clone(fPattern, other.fPattern, FALSE, TRUE, &fDeferredStatus); in operator =()
|
D | regexcmp.cpp | 143 fRXPat->fPattern = utext_clone(fRXPat->fPattern, pat, FALSE, TRUE, fStatus); in compile()
|
/external/icu/icu4c/source/test/cintltst/ |
D | utexttst.c | 97 utb = utext_clone(NULL, uta, FALSE, FALSE, &status); in TestAPI()
|
/external/icu/icu4c/source/common/unicode/ |
D | utext.h | 370 utext_clone(UText *dest, const UText *src, UBool deep, UBool readOnly, UErrorCode *status);
|
D | urename.h | 1642 #define utext_clone U_ICU_ENTRY_POINT_RENAME(utext_clone) macro
|