Searched refs:TestUCharIterator (Results 1 – 3 of 3) sorted by relevance
/third_party/icu/icu4c/source/test/intltest/ |
D | citrtest.h | 41 void TestUCharIterator(); 42 …void TestUCharIterator(UCharIterator *iter, CharacterIterator &ci, const char *moves, const char *…
|
D | citrtest.cpp | 156 case 4: name = "TestUCharIterator"; if (exec) TestUCharIterator(); break; in runIndexedTest() 768 void CharIterTest::TestUCharIterator(UCharIterator *iter, CharacterIterator &ci, in TestUCharIterator() function in CharIterTest 845 void CharIterTest::TestUCharIterator() { in TestUCharIterator() function in CharIterTest 863 TestUCharIterator(&sIter, compareCI, moves, "uiter_setString"); in TestUCharIterator() 865 TestUCharIterator(&cIter, compareCI, moves, "uiter_setCharacterIterator"); in TestUCharIterator() 867 TestUCharIterator(&rIter, compareCI, moves, "uiter_setReplaceable"); in TestUCharIterator()
|
/third_party/icu/icu4c/source/test/cintltst/ |
D | custrtst.c | 42 static void TestUCharIterator(void); 56 addTest(root, &TestUCharIterator, "tsutil/custrtst/TestUCharIterator"); in addUStringTest() 1500 TestUCharIterator() { in TestUCharIterator() function
|