Home | History | Annotate | Download | only in intltest

Lines Matching defs:cloned

297 //     The UText is deep-cloned prior to each operation, so that the original UText remains unchanged.
416 // clone the UText. The test will be run in the cloned copy
494 cloned copy
1386 // Clone fails to update chunkContentPointer in the cloned copy.
1498 UText *cloned = utext_clone(NULL, ut, TRUE, TRUE, &status);
1499 TEST_ASSERT(cloned == NULL);