Home
last modified time | relevance | path

Searched refs:getTestDataModule (Results 1 – 8 of 8) sorted by relevance

/external/icu4c/tools/ctestfw/unicode/
Dtstdtmod.h49 static TestDataModule *getTestDataModule(const char* name, TestLog& log, UErrorCode &status);
/external/icu4c/test/iotest/
Diotest.cpp208 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/
Dtstdtmod.cpp14 TestDataModule *TestDataModule::getTestDataModule(const char* name, TestLog& log, UErrorCode &statu… in getTestDataModule() function in TestDataModule
/external/icu4c/test/intltest/
Ddadrfmt.cpp34 driver = TestDataModule::getTestDataModule("format", *this, status); in DataDrivenFormatTest()
Ddadrcoll.cpp40 driver = TestDataModule::getTestDataModule("DataDrivenCollationTest", *this, status); in DataDrivenCollatorTest()
Dconvtest.cpp96 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()
Ddadrcal.cpp32 driver = TestDataModule::getTestDataModule("calendar", *this, status); in DataDrivenCalendarTest()
Dstrcase.cpp463 TestDataModule *driver = TestDataModule::getTestDataModule("casing", *this, status); in TestCasing()