Home | History | Annotate | Download | only in intltest

Lines Matching defs:shallowClone

560     UText *shallowClone = utext_clone(NULL, ut, FALSE /*deep*/, FALSE /*readOnly*/, &status);
562 TestAccessNoClone(us, shallowClone, cpCount, cpMap);
570 utext_setNativeIndex(shallowClone, 0);
571 UText *deepClone = utext_clone(NULL, shallowClone, TRUE, FALSE, &status);
572 utext_close(shallowClone);
1469 UText *shallowClone = utext_clone(NULL, deepClone, FALSE, FALSE, &status);
1471 utext_close(shallowClone);