Home
last modified time | relevance | path

Searched refs:utp (Results 1 - 1 of 1) sorted by relevance

/third_party/icu/icu4c/source/test/intltest/
H A Dutxttest.cpp882 UText *utp; in ErrorTest() local
887 utp = utext_openUnicodeString(&ut, &s1, &status); in ErrorTest()
889 TEST_ASSERT(utp == &ut); in ErrorTest()
891 utp = utext_openConstUnicodeString(&ut, &s1, &status); in ErrorTest()
893 TEST_ASSERT(utp == &ut); in ErrorTest()
895 utp = utext_openUTF8(&ut, s3, -1, &status); in ErrorTest()
897 TEST_ASSERT(utp == &ut); in ErrorTest()
899 utp = utext_openUChars(&ut, s2, -1, &status); in ErrorTest()
901 TEST_ASSERT(utp == &ut); in ErrorTest()
903 utp in ErrorTest()
[all...]

Completed in 3 milliseconds