Home | History | Annotate | Download | only in intltest

Lines Matching defs:utp

877         UText  *utp;
882 utp = utext_openUnicodeString(&ut, &s1, &status);
884 TEST_ASSERT(utp == &ut);
886 utp = utext_openConstUnicodeString(&ut, &s1, &status);
888 TEST_ASSERT(utp == &ut);
890 utp = utext_openUTF8(&ut, s3, -1, &status);
892 TEST_ASSERT(utp == &ut);
894 utp = utext_openUChars(&ut, s2, -1, &status);
896 TEST_ASSERT(utp == &ut);
898 utp = utext_close(&ut);
899 TEST_ASSERT(utp == &ut);
901 utp = utext_openUnicodeString(&ut, &s1, &status);
903 TEST_ASSERT(utp == &ut);