Home | History | Annotate | Download | only in common

Lines Matching full:deep

514 utext_clone(UText *dest, const UText *src, UBool deep, UBool readOnly, UErrorCode *status) {
516 result = src->pFuncs->clone(dest, src, deep, status);
1543 utf8TextClone(UText *dest, const UText *src, UBool deep, UErrorCode *status)
1548 // For deep clones, make a copy of the string.
1557 if (deep && U_SUCCESS(*status)) {
1676 repTextClone(UText *dest, const UText *src, UBool deep, UErrorCode *status) {
1680 // For deep clones, make a copy of the Replaceable.
1685 if (deep && U_SUCCESS(*status)) {
1690 // with deep clone, the copy is writable, even when the source is not.
2061 unistrTextClone(UText *dest, const UText *src, UBool deep, UErrorCode *status) {
2065 // For deep clones, make a copy of the UnicodeSring.
2070 if (deep && U_SUCCESS(*status)) {
2075 // with deep clone, the copy is writable, even when the source is not.
2322 ucstrTextClone(UText *dest, const UText * src, UBool deep, UErrorCode * status) {
2326 // For deep clones, make a copy of the string.
2331 if (deep && U_SUCCESS(*status)) {
2717 charIterTextClone(UText *dest, const UText *src, UBool deep, UErrorCode * status) {
2722 if (deep) {