Home | History | Annotate | Download | only in intltest

Lines Matching defs:TestUCharIterator

155         case 4: name = "TestUCharIterator"; if (exec) TestUCharIterator(); break;
767 void CharIterTest::TestUCharIterator(UCharIterator *iter, CharacterIterator &ci,
844 void CharIterTest::TestUCharIterator() {
862 TestUCharIterator(&sIter, compareCI, moves, "uiter_setString");
864 TestUCharIterator(&cIter, compareCI, moves, "uiter_setCharacterIterator");
866 TestUCharIterator(&rIter, compareCI, moves, "uiter_setReplaceable");