Home | History | Annotate | Download | only in common

Lines Matching full:deep

518 utext_clone(UText *dest, const UText *src, UBool deep, UBool readOnly, UErrorCode *status) {
522 UText *result = src->pFuncs->clone(dest, src, deep, status);
1548 utf8TextClone(UText *dest, const UText *src, UBool deep, UErrorCode *status)
1553 // For deep clones, make a copy of the string.
1562 if (deep && U_SUCCESS(*status)) {
1681 repTextClone(UText *dest, const UText *src, UBool deep, UErrorCode *status) {
1685 // For deep clones, make a copy of the Replaceable.
1690 if (deep && U_SUCCESS(*status)) {
1695 // with deep clone, the copy is writable, even when the source is not.
2068 unistrTextClone(UText *dest, const UText *src, UBool deep, UErrorCode *status) {
2072 // For deep clones, make a copy of the UnicodeSring.
2077 if (deep && U_SUCCESS(*status)) {
2082 // with deep clone, the copy is writable, even when the source is not.
2328 ucstrTextClone(UText *dest, const UText * src, UBool deep, UErrorCode * status) {
2332 // For deep clones, make a copy of the string.
2337 if (deep && U_SUCCESS(*status)) {
2723 charIterTextClone(UText *dest, const UText *src, UBool deep, UErrorCode * status) {
2728 if (deep) {