Searched refs:getTestDataModule (Results 1 – 8 of 8) sorted by relevance
| /external/icu4c/tools/ctestfw/unicode/ |
| D | tstdtmod.h | 49 static TestDataModule *getTestDataModule(const char* name, TestLog& log, UErrorCode &status);
|
| /external/icu4c/test/iotest/ |
| D | iotest.cpp | 208 dataModule=TestDataModule::getTestDataModule("icuio", logger, errorCode); in DataDrivenPrintf() 376 dataModule=TestDataModule::getTestDataModule("icuio", logger, errorCode); in DataDrivenScanf() 575 dataModule=TestDataModule::getTestDataModule("icuio", logger, errorCode); in DataDrivenPrintfPrecision()
|
| /external/icu4c/tools/ctestfw/ |
| D | tstdtmod.cpp | 14 TestDataModule *TestDataModule::getTestDataModule(const char* name, TestLog& log, UErrorCode &statu… in getTestDataModule() function in TestDataModule
|
| /external/icu4c/test/intltest/ |
| D | dadrfmt.cpp | 34 driver = TestDataModule::getTestDataModule("format", *this, status); in DataDrivenFormatTest()
|
| D | dadrcoll.cpp | 40 driver = TestDataModule::getTestDataModule("DataDrivenCollationTest", *this, status); in DataDrivenCollatorTest()
|
| D | convtest.cpp | 96 dataModule=TestDataModule::getTestDataModule("conversion", *this, errorCode); in TestToUnicode() 209 dataModule=TestDataModule::getTestDataModule("conversion", *this, errorCode); in TestFromUnicode() 365 dataModule=TestDataModule::getTestDataModule("conversion", *this, errorCode); in TestGetUnicodeSet()
|
| D | dadrcal.cpp | 32 driver = TestDataModule::getTestDataModule("calendar", *this, status); in DataDrivenCalendarTest()
|
| D | strcase.cpp | 463 TestDataModule *driver = TestDataModule::getTestDataModule("casing", *this, status); in TestCasing()
|