Lines Matching full:deep
297 // The UText is deep-cloned prior to each operation, so that the original UText remains unchanged.
560 UText *shallowClone = utext_clone(NULL, ut, FALSE /*deep*/, FALSE /*readOnly*/, &status);
565 // Rerun again on a deep clone.
566 // Note that text providers are not required to provide deep cloning,
1267 // Deep Clone of a frozen UText should re-enable writing in the copy.
1272 ut2 = utext_clone(ut2, ut, TRUE, FALSE, &status); // deep clone
1278 // Deep clone of a frozen UText, where the base type is intrinsically non-writable,
1284 ut2 = utext_clone(ut2, ut, TRUE, FALSE, &status); // deep clone
1350 cloneFragmentedUnicodeString(UText *dest, const UText *src, UBool deep, UErrorCode *status) {
1354 if (deep) {
1392 // 2. Deep clone it. Contents should match original.