Home | History | Annotate | Download | only in intltest

Lines Matching refs:utp

1351         UText  *utp;
1356 utp = utext_openUnicodeString(&ut, &s1, &status);
1358 TEST_ASSERT(utp == &ut);
1360 utp = utext_openConstUnicodeString(&ut, &s1, &status);
1362 TEST_ASSERT(utp == &ut);
1364 utp = utext_openUTF8(&ut, s3, -1, &status);
1366 TEST_ASSERT(utp == &ut);
1368 utp = utext_openUChars(&ut, s2, -1, &status);
1370 TEST_ASSERT(utp == &ut);
1372 utp = utext_close(&ut);
1373 TEST_ASSERT(utp == &ut);
1375 utp = utext_openUnicodeString(&ut, &s1, &status);
1377 TEST_ASSERT(utp == &ut);