Searched refs:TestUCharIterator (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | citrtest.h | 39 void TestUCharIterator(); 40 …void TestUCharIterator(UCharIterator *iter, CharacterIterator &ci, const char *moves, const char *…
|
D | citrtest.cpp | 154 case 4: name = "TestUCharIterator"; if (exec) TestUCharIterator(); break; in runIndexedTest() 766 void CharIterTest::TestUCharIterator(UCharIterator *iter, CharacterIterator &ci, in TestUCharIterator() function in CharIterTest 843 void CharIterTest::TestUCharIterator() { in TestUCharIterator() function in CharIterTest 861 TestUCharIterator(&sIter, compareCI, moves, "uiter_setString"); in TestUCharIterator() 863 TestUCharIterator(&cIter, compareCI, moves, "uiter_setCharacterIterator"); in TestUCharIterator() 865 TestUCharIterator(&rIter, compareCI, moves, "uiter_setReplaceable"); in TestUCharIterator()
|
/external/icu/icu4c/source/test/cintltst/ |
D | custrtst.c | 38 static void TestUCharIterator(void); 50 addTest(root, &TestUCharIterator, "tsutil/custrtst/TestUCharIterator"); in addUStringTest() 1435 TestUCharIterator() { in TestUCharIterator() function
|