Home | History | Annotate | Download | only in intltest

Lines Matching refs:shallowClone

558     UText *shallowClone = utext_clone(NULL, ut, FALSE /*deep*/, FALSE /*readOnly*/, &status);
560 TestAccessNoClone(us, shallowClone, cpCount, cpMap);
568 utext_setNativeIndex(shallowClone, 0);
569 UText *deepClone = utext_clone(NULL, shallowClone, TRUE, FALSE, &status);
570 utext_close(shallowClone);
1467 UText *shallowClone = utext_clone(NULL, deepClone, FALSE, FALSE, &status);
1469 utext_close(shallowClone);