Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dcitrtest.h39 void TestUCharIterator();
40 …void TestUCharIterator(UCharIterator *iter, CharacterIterator &ci, const char *moves, const char *…
Dcitrtest.cpp154 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/
Dcustrtst.c38 static void TestUCharIterator(void);
50 addTest(root, &TestUCharIterator, "tsutil/custrtst/TestUCharIterator"); in addUStringTest()
1435 TestUCharIterator() { in TestUCharIterator() function