Searched refs:ut1 (Results 1 – 5 of 5) sorted by relevance
/third_party/icu/icu4c/source/test/cintltst/ |
D | utexttst.c | 302 UText *ut1 = utext_openUChars(NULL, s, -1, &status); in TestAPI() local 305 TEST_ASSERT(utext_equals(ut1, ut2)); in TestAPI() 306 UChar32 c = utext_next32(ut1); in TestAPI() 308 TEST_ASSERT(!utext_equals(ut1, ut2)); // indexes out of sync in TestAPI() 311 TEST_ASSERT(utext_equals(ut1, ut2)); // back in sync in TestAPI() 312 utext_close(ut1); in TestAPI()
|
D | cbiapts.c | 988 UText ut1 = UTEXT_INITIALIZER; in TestBreakIteratorRefresh() local 997 utext_openUChars(&ut1, testStr, -1, &status); in TestBreakIteratorRefresh() 999 ubrk_setUText(bi, &ut1, &status); in TestBreakIteratorRefresh() 1022 utext_close(&ut1); in TestBreakIteratorRefresh()
|
D | reapits.c | 2205 UText ut1 = UTEXT_INITIALIZER; in TestRefreshInput() local 2211 utext_openUChars(&ut1, testStr, -1, &status); in TestRefreshInput() 2213 uregex_setUText(re, &ut1, &status); in TestRefreshInput()
|
/third_party/icu/icu4c/source/test/intltest/ |
D | utxttest.cpp | 1409 UText ut1 = UTEXT_INITIALIZER; in Ticket5560() local 1412 utext_openUTF8(&ut1, s1, -1, &status); in Ticket5560() 1413 UChar c = utext_next32(&ut1); in Ticket5560() 1416 utext_clone(&ut2, &ut1, true, false, &status); in Ticket5560() 1420 c = utext_next32(&ut1); in Ticket5560() 1423 utext_openUTF8(&ut1, s2, -1, &status); in Ticket5560() 1424 c = utext_next32(&ut1); in Ticket5560() 1429 utext_close(&ut1); in Ticket5560()
|
D | rbbiapts.cpp | 1131 UText ut1 = UTEXT_INITIALIZER; in TestRefreshInputText() local 1136 utext_openUChars(&ut1, testStr, -1, &status); in TestRefreshInputText() 1140 bi->setText(&ut1, status); in TestRefreshInputText() 1162 utext_close(&ut1); in TestRefreshInputText()
|