Home
last modified time | relevance | path

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

/external/chromium_org/third_party/icu/source/tools/ctestfw/unicode/
Dtstdtmod.h49 static TestDataModule *getTestDataModule(const char* name, TestLog& log, UErrorCode &status);
/external/icu4c/tools/ctestfw/unicode/
Dtstdtmod.h49 static TestDataModule *getTestDataModule(const char* name, TestLog& log, UErrorCode &status);
/external/chromium_org/third_party/icu/source/test/iotest/
Diotest.cpp222 dataModule=TestDataModule::getTestDataModule("icuio", logger, errorCode); in DataDrivenPrintf()
388 dataModule=TestDataModule::getTestDataModule("icuio", logger, errorCode); in DataDrivenScanf()
587 dataModule=TestDataModule::getTestDataModule("icuio", logger, errorCode); in DataDrivenPrintfPrecision()
/external/icu4c/test/iotest/
Diotest.cpp223 dataModule=TestDataModule::getTestDataModule("icuio", logger, errorCode); in DataDrivenPrintf()
389 dataModule=TestDataModule::getTestDataModule("icuio", logger, errorCode); in DataDrivenScanf()
588 dataModule=TestDataModule::getTestDataModule("icuio", logger, errorCode); in DataDrivenPrintfPrecision()
/external/icu4c/tools/ctestfw/
Dtstdtmod.cpp72 TestDataModule *TestDataModule::getTestDataModule(const char* name, TestLog& log, UErrorCode &statu… in getTestDataModule() function in TestDataModule
/external/chromium_org/third_party/icu/source/tools/ctestfw/
Dtstdtmod.cpp72 TestDataModule *TestDataModule::getTestDataModule(const char* name, TestLog& log, UErrorCode &statu… in getTestDataModule() function in TestDataModule
/external/icu4c/test/intltest/
Ddadrcoll.cpp40 driver = TestDataModule::getTestDataModule("DataDrivenCollationTest", *this, status); in DataDrivenCollatorTest()
Ddadrfmt.cpp34 driver = TestDataModule::getTestDataModule("format", *this, status); in DataDrivenFormatTest()
Dconvtest.cpp102 dataModule=TestDataModule::getTestDataModule("conversion", *this, errorCode); in TestToUnicode()
224 dataModule=TestDataModule::getTestDataModule("conversion", *this, errorCode); in TestFromUnicode()
389 dataModule=TestDataModule::getTestDataModule("conversion", *this, errorCode); in TestGetUnicodeSet()
Ddadrcal.cpp32 driver = TestDataModule::getTestDataModule("calendar", *this, status); in DataDrivenCalendarTest()
Dstrcase.cpp462 LocalPointer<TestDataModule> driver(TestDataModule::getTestDataModule("casing", *this, status)); in TestCasing()
/external/chromium_org/third_party/icu/source/test/intltest/
Ddadrcoll.cpp40 driver = TestDataModule::getTestDataModule("DataDrivenCollationTest", *this, status); in DataDrivenCollatorTest()
Ddadrfmt.cpp34 driver = TestDataModule::getTestDataModule("format", *this, status); in DataDrivenFormatTest()
Dconvtest.cpp102 dataModule=TestDataModule::getTestDataModule("conversion", *this, errorCode); in TestToUnicode()
215 dataModule=TestDataModule::getTestDataModule("conversion", *this, errorCode); in TestFromUnicode()
371 dataModule=TestDataModule::getTestDataModule("conversion", *this, errorCode); in TestGetUnicodeSet()
Dstrcase.cpp465 LocalPointer<TestDataModule> driver(TestDataModule::getTestDataModule("casing", *this, status)); in TestCasing()
Ddadrcal.cpp32 driver = TestDataModule::getTestDataModule("calendar", *this, status); in DataDrivenCalendarTest()