Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dutxttest.cpp418 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/
Drbbi.cpp233 utext_clone(&fText, &that.fText, FALSE, TRUE, &status); in operator =()
395 utext_clone(&fText, ut, FALSE, TRUE, &status); in setText()
416 UText *result = utext_clone(fillIn, &fText, FALSE, TRUE, &status); in getUText()
504 utext_clone(&fText, input, FALSE, TRUE, &status); in refreshInputText()
Dutext.cpp520 utext_clone(UText *dest, const UText *src, UBool deep, UBool readOnly, UErrorCode *status) { in utext_clone() function
/external/icu/icu4c/source/i18n/
Drematch.cpp1192 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 …]
Drepattrn.cpp82 fPattern = utext_clone(fPattern, other.fPattern, FALSE, TRUE, &fDeferredStatus); in operator =()
Dregexcmp.cpp147 fRXPat->fPattern = utext_clone(fRXPat->fPattern, pat, FALSE, TRUE, fStatus); in compile()
/external/icu/icu4c/source/test/cintltst/
Dutexttst.c99 utb = utext_clone(NULL, uta, FALSE, FALSE, &status); in TestAPI()
/external/icu/libandroidicu/include/unicode/
Dutext.h372 utext_clone(UText *dest, const UText *src, UBool deep, UBool readOnly, UErrorCode *status);
Durename.h1710 #define utext_clone U_ICU_ENTRY_POINT_RENAME(utext_clone) macro
/external/icu/icu4c/source/common/unicode/
Dutext.h372 utext_clone(UText *dest, const UText *src, UBool deep, UBool readOnly, UErrorCode *status);
Durename.h1710 #define utext_clone U_ICU_ENTRY_POINT_RENAME(utext_clone) macro
/external/icu/libandroidicu/static_shim/
Dshim.cpp2833 return utext_clone(dest, src, deep, readOnly, status); in utext_clone_android()