Home | History | Annotate | Download | only in intltest

Lines Matching refs:shallowClone

566     UText *shallowClone = utext_clone(NULL, ut, FALSE /*deep*/, FALSE /*readOnly*/, &status);
568 TestAccessNoClone(us, shallowClone, cpCount, cpMap);
576 utext_setNativeIndex(shallowClone, 0);
577 UText *deepClone = utext_clone(NULL, shallowClone, TRUE, FALSE, &status);
578 utext_close(shallowClone);
1475 UText *shallowClone = utext_clone(NULL, deepClone, FALSE, FALSE, &status);
1477 utext_close(shallowClone);