Home
last modified time | relevance | path

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

/external/icu4c/test/intltest/
Dallcoll.cpp20 CollationDummyTest::CollationDummyTest() in CollationDummyTest() function in CollationDummyTest
44 CollationDummyTest::~CollationDummyTest() in ~CollationDummyTest()
49 const Collator::EComparisonResult CollationDummyTest::results[] = {
92 void CollationDummyTest::TestTertiary(/* char* par */) in TestTertiary()
101 void CollationDummyTest::TestPrimary(/* char* par */) in TestPrimary()
120 void CollationDummyTest::TestSecondary(/* char* par */) in TestSecondary()
130 void CollationDummyTest::TestExtra(/* char* par */) in TestExtra()
143 void CollationDummyTest::TestIdentical() in TestIdentical()
153 void CollationDummyTest::TestJB581(void) in TestJB581()
193 void CollationDummyTest::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par*… in runIndexedTest()
Dallcoll.h23 class CollationDummyTest: public IntlTestCollator {
29 CollationDummyTest();
30 virtual ~CollationDummyTest();
Dtscoll.cpp82 TESTCLASS(6, CollationDummyTest); in runIndexedTest()