Home
last modified time | relevance | path

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

/external/icu4c/test/intltest/
Dcntabcol.cpp15 ContractionTableTest::ContractionTableTest() { in ContractionTableTest() function in ContractionTableTest
19 ContractionTableTest::~ContractionTableTest() { in ~ContractionTableTest()
23 void ContractionTableTest::TestGrowTable(/* char* par */) { in TestGrowTable()
53 void ContractionTableTest::TestSetContraction(){ in TestSetContraction()
73 void ContractionTableTest::TestAddATableElement(){ in TestAddATableElement()
103 void ContractionTableTest::TestClone(){ in TestClone()
144 void ContractionTableTest::TestChangeContraction(){ in TestChangeContraction()
171 void ContractionTableTest::TestChangeLastCE(){ in TestChangeLastCE()
181 void ContractionTableTest::TestErrorCodeChecking(){ in TestErrorCodeChecking()
234 void ContractionTableTest::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*pa… in runIndexedTest()
Dcntabcol.h19 class ContractionTableTest: public IntlTestCollator {
21 ContractionTableTest();
22 virtual ~ContractionTableTest();
Dtscoll.cpp86 TESTCLASS(16, ContractionTableTest); in runIndexedTest()