Home | History | Annotate | Download | only in intltest

Lines Matching full:deep

294 //     The UText is deep-cloned prior to each operation, so that the original UText remains unchanged.
557 UText *shallowClone = utext_clone(NULL, ut, FALSE /*deep*/, FALSE /*readOnly*/, &status);
562 // Rerun again on a deep clone.
563 // Note that text providers are not required to provide deep cloning,
1266 // Deep Clone of a frozen UText should re-enable writing in the copy.
1271 ut2 = utext_clone(ut2, ut, TRUE, FALSE, &status); // deep clone
1277 // Deep clone of a frozen UText, where the base type is intrinsically non-writable,
1283 ut2 = utext_clone(ut2, ut, TRUE, FALSE, &status); // deep clone
1349 cloneFragmentedUnicodeString(UText *dest, const UText *src, UBool deep, UErrorCode *status) {
1353 if (deep) {
1391 // 2. Deep clone it. Contents should match original.