Home
last modified time | relevance | path

Searched refs:TestDataModule (Results 1 – 11 of 11) sorted by relevance

/external/icu4c/tools/ctestfw/
Dtstdtmod.cpp72 TestDataModule *TestDataModule::getTestDataModule(const char* name, TestLog& log, UErrorCode &statu… in getTestDataModule()
77 TestDataModule *result = NULL; in getTestDataModule()
91 TestDataModule::TestDataModule(const char* name, TestLog& log, UErrorCode& /*status*/) in TestDataModule() function in TestDataModule
98 TestDataModule::~TestDataModule() { in ~TestDataModule()
104 const char * TestDataModule::getName() const in getName()
120 : TestDataModule(name, log, status), in RBTestDataModule()
/external/icu4c/tools/ctestfw/unicode/
Dtstdtmod.h35 class T_CTEST_EXPORT_API TestDataModule {
49 static TestDataModule *getTestDataModule(const char* name, TestLog& log, UErrorCode &status);
50 virtual ~TestDataModule();
53 TestDataModule(const char* name, TestLog& log, UErrorCode& status);
85 class T_CTEST_EXPORT_API RBTestDataModule : public TestDataModule {
/external/icu4c/test/intltest/
Ddadrfmt.h25 class TestDataModule; variable
47 TestDataModule *driver;
Ddadrcal.h25 class TestDataModule; variable
47 TestDataModule *driver;
Ddadrcoll.h27 class TestDataModule; variable
51 TestDataModule *driver;
Dconvtest.cpp95 TestDataModule *dataModule; in TestToUnicode()
102 dataModule=TestDataModule::getTestDataModule("conversion", *this, errorCode); in TestToUnicode()
216 TestDataModule *dataModule; in TestFromUnicode()
224 dataModule=TestDataModule::getTestDataModule("conversion", *this, errorCode); in TestFromUnicode()
382 TestDataModule *dataModule; in TestGetUnicodeSet()
389 dataModule=TestDataModule::getTestDataModule("conversion", *this, errorCode); in TestGetUnicodeSet()
Dstrcase.cpp465 LocalPointer<TestDataModule> driver(TestDataModule::getTestDataModule("casing", *this, status)); in TestCasing()
Ddadrcoll.cpp40 driver = TestDataModule::getTestDataModule("DataDrivenCollationTest", *this, status); in DataDrivenCollatorTest()
Ddadrfmt.cpp34 driver = TestDataModule::getTestDataModule("format", *this, status); in DataDrivenFormatTest()
Ddadrcal.cpp32 driver = TestDataModule::getTestDataModule("calendar", *this, status); in DataDrivenCalendarTest()
/external/icu4c/test/iotest/
Diotest.cpp197 TestDataModule *dataModule; in DataDrivenPrintf()
222 dataModule=TestDataModule::getTestDataModule("icuio", logger, errorCode); in DataDrivenPrintf()
363 TestDataModule *dataModule; in DataDrivenScanf()
388 dataModule=TestDataModule::getTestDataModule("icuio", logger, errorCode); in DataDrivenScanf()
565 TestDataModule *dataModule; in DataDrivenPrintfPrecision()
587 dataModule=TestDataModule::getTestDataModule("icuio", logger, errorCode); in DataDrivenPrintfPrecision()