Searched refs:getTestDataModule (Results 1 – 9 of 9) sorted by relevance
| /third_party/icu/icu4c/source/tools/ctestfw/unicode/ |
| D | tstdtmod.h | 51 static TestDataModule *getTestDataModule(const char* name, TestLog& log, UErrorCode &status);
|
| /third_party/skia/third_party/externals/icu/source/tools/ctestfw/unicode/ |
| D | tstdtmod.h | 51 static TestDataModule *getTestDataModule(const char* name, TestLog& log, UErrorCode &status);
|
| /third_party/icu/icu4c/source/test/iotest/ |
| D | iotest.cpp | 226 dataModule=TestDataModule::getTestDataModule("icuio", logger, errorCode); in DataDrivenPrintf() 429 dataModule=TestDataModule::getTestDataModule("icuio", logger, errorCode); in DataDrivenScanf() 628 dataModule=TestDataModule::getTestDataModule("icuio", logger, errorCode); in DataDrivenPrintfPrecision()
|
| /third_party/icu/icu4c/source/tools/ctestfw/ |
| D | tstdtmod.cpp | 137 TestDataModule *TestDataModule::getTestDataModule(const char* name, TestLog& log, UErrorCode &statu… in getTestDataModule() function in TestDataModule
|
| /third_party/skia/third_party/externals/icu/source/tools/ctestfw/ |
| D | tstdtmod.cpp | 137 TestDataModule *TestDataModule::getTestDataModule(const char* name, TestLog& log, UErrorCode &statu… in getTestDataModule() function in TestDataModule
|
| /third_party/icu/icu4c/source/test/intltest/ |
| D | dadrfmt.cpp | 36 driver = TestDataModule::getTestDataModule("format", *this, status); in DataDrivenFormatTest()
|
| D | convtest.cpp | 103 dataModule=TestDataModule::getTestDataModule("conversion", *this, errorCode); in TestToUnicode() 216 dataModule=TestDataModule::getTestDataModule("conversion", *this, errorCode); in TestFromUnicode() 372 dataModule=TestDataModule::getTestDataModule("conversion", *this, errorCode); in TestGetUnicodeSet()
|
| D | dadrcal.cpp | 34 driver = TestDataModule::getTestDataModule("calendar", *this, status); in DataDrivenCalendarTest()
|
| D | strcase.cpp | 539 LocalPointer<TestDataModule> driver(TestDataModule::getTestDataModule("casing", *this, status)); in TestCasing()
|