Home | History | Annotate | Download | only in intltest

Lines Matching refs:ut1

1408 	UText ut1 = UTEXT_INITIALIZER;
1411 utext_openUTF8(&ut1, s1, -1, &status);
1412 UChar c = utext_next32(&ut1);
1415 utext_clone(&ut2, &ut1, TRUE, FALSE, &status);
1419 c = utext_next32(&ut1);
1422 utext_openUTF8(&ut1, s2, -1, &status);
1423 c = utext_next32(&ut1);
1428 utext_close(&ut1);