Home | History | Annotate | Download | only in intltest

Lines Matching refs:utext_clone

418     targetUT = utext_clone(NULL, ut, TRUE, FALSE, &status);
496 targetUT = utext_clone(NULL, ut, TRUE, FALSE, &status);
559 UText *shallowClone = utext_clone(NULL, ut, FALSE /*deep*/, FALSE /*readOnly*/, &status);
570 UText *deepClone = utext_clone(NULL, shallowClone, TRUE, FALSE, &status);
1721 ut2 = utext_clone(ut2, ut, FALSE, FALSE, &status); // clone with readonly = false
1725 ut2 = utext_clone(ut2, ut, FALSE, TRUE, &status); // clone with readonly = true
1745 ut2 = utext_clone(ut2, ut, TRUE, FALSE, &status); // deep clone
1757 ut2 = utext_clone(ut2, ut, TRUE, FALSE, &status); // deep clone
1882 utext_clone(&ut2, &ut1, TRUE, FALSE, &status);