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

  /external/chromium_org/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 154 case 4: name = "TestUCharIterator"; if (exec) TestUCharIterator(); break;
766 void CharIterTest::TestUCharIterator(UCharIterator *iter, CharacterIterator &ci,
843 void CharIterTest::TestUCharIterator() {
861 TestUCharIterator(&sIter, compareCI, moves, "uiter_setString");
863 TestUCharIterator(&cIter, compareCI, moves, "uiter_setCharacterIterator");
865 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 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");
    [all...]
  /external/chromium_org/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 226 milliseconds