HomeSort by relevance Sort by last modified time
    Searched refs:TestUCharIterator (Results 1 - 6 of 6) sorted by null

  /external/chromium/third_party/icu/source/test/intltest/
citrtest.h 39 void TestUCharIterator();
40 void TestUCharIterator(UCharIterator *iter, CharacterIterator &ci, const char *moves, const char *which);
citrtest.cpp 152 case 4: name = "TestUCharIterator"; if (exec) TestUCharIterator(); break;
764 void CharIterTest::TestUCharIterator(UCharIterator *iter, CharacterIterator &ci,
841 void CharIterTest::TestUCharIterator() {
859 TestUCharIterator(&sIter, compareCI, moves, "uiter_setString");
861 TestUCharIterator(&cIter, compareCI, moves, "uiter_setCharacterIterator");
863 TestUCharIterator(&rIter, compareCI, moves, "uiter_setReplaceable");
    [all...]
  /external/icu4c/test/intltest/
citrtest.h 39 void TestUCharIterator();
40 void TestUCharIterator(UCharIterator *iter, CharacterIterator &ci, const char *moves, const char *which);
citrtest.cpp 152 case 4: name = "TestUCharIterator"; if (exec) TestUCharIterator(); break;
764 void CharIterTest::TestUCharIterator(UCharIterator *iter, CharacterIterator &ci,
841 void CharIterTest::TestUCharIterator() {
859 TestUCharIterator(&sIter, compareCI, moves, "uiter_setString");
861 TestUCharIterator(&cIter, compareCI, moves, "uiter_setCharacterIterator");
863 TestUCharIterator(&rIter, compareCI, moves, "uiter_setReplaceable");
    [all...]
  /external/chromium/third_party/icu/source/test/cintltst/
custrtst.c 39 static void TestUCharIterator(void);
53 addTest(root, &TestUCharIterator, "tsutil/custrtst/TestUCharIterator");
    [all...]
  /external/icu4c/test/cintltst/
custrtst.c 39 static void TestUCharIterator(void);
53 addTest(root, &TestUCharIterator, "tsutil/custrtst/TestUCharIterator");
    [all...]

Completed in 320 milliseconds