Searched refs:ut2 (Results 1 – 3 of 3) sorted by relevance
/external/icu4c/test/intltest/ |
D | utxttest.cpp | 1331 UText *ut2 = utext_openUnicodeString(&ut, &s, &status); in ErrorTest() local 1333 TEST_ASSERT(ut2 == &ut); in ErrorTest() 1689 UText *ut2 = NULL; in FreezeTest() local 1720 ut2 = utext_clone(ut2, ut, FALSE, FALSE, &status); // clone with readonly = false in FreezeTest() 1722 writable = utext_isWritable(ut2); in FreezeTest() 1724 ut2 = utext_clone(ut2, ut, FALSE, TRUE, &status); // clone with readonly = true in FreezeTest() 1726 writable = utext_isWritable(ut2); in FreezeTest() 1728 utext_copy(ut2, 1, 2, 0, TRUE, &status); in FreezeTest() 1744 ut2 = utext_clone(ut2, ut, TRUE, FALSE, &status); // deep clone in FreezeTest() 1746 writable = utext_isWritable(ut2); in FreezeTest() [all …]
|
D | rbbiapts.cpp | 334 LocalUTextPointer ut2(utext_openUTF8(NULL, s2, -1, status)); in TestGetSetAdoptText() local 336 wordIter1->setText(ut2.getAlias(), status); in TestGetSetAdoptText()
|
/external/icu4c/test/cintltst/ |
D | reapits.c | 2174 UText ut2 = UTEXT_INITIALIZER; in TestRefreshInput() local 2191 utext_openUChars(&ut2, movedStr, -1, &status); in TestRefreshInput() 2193 uregex_refreshUText(re, &ut2, &status); in TestRefreshInput()
|