Home
last modified time | relevance | path

Searched refs:TestUCharIterator (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Dcitrtest.h41 void TestUCharIterator();
42 …void TestUCharIterator(UCharIterator *iter, CharacterIterator &ci, const char *moves, const char *…
Dcitrtest.cpp156 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()
/external/icu/icu4c/source/test/cintltst/
Dcustrtst.c40 static void TestUCharIterator(void);
52 addTest(root, &TestUCharIterator, "tsutil/custrtst/TestUCharIterator"); in addUStringTest()
1437 TestUCharIterator() { in TestUCharIterator() function