/external/chromium_org/third_party/icu/source/tools/ctestfw/unicode/ |
D | tstdtmod.h | 49 static TestDataModule *getTestDataModule(const char* name, TestLog& log, UErrorCode &status);
|
/external/icu4c/tools/ctestfw/unicode/ |
D | tstdtmod.h | 49 static TestDataModule *getTestDataModule(const char* name, TestLog& log, UErrorCode &status);
|
/external/chromium_org/third_party/icu/source/test/iotest/ |
D | iotest.cpp | 222 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/ |
D | iotest.cpp | 223 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/ |
D | tstdtmod.cpp | 72 TestDataModule *TestDataModule::getTestDataModule(const char* name, TestLog& log, UErrorCode &statu… in getTestDataModule() function in TestDataModule
|
/external/chromium_org/third_party/icu/source/tools/ctestfw/ |
D | tstdtmod.cpp | 72 TestDataModule *TestDataModule::getTestDataModule(const char* name, TestLog& log, UErrorCode &statu… in getTestDataModule() function in TestDataModule
|
/external/icu4c/test/intltest/ |
D | dadrcoll.cpp | 40 driver = TestDataModule::getTestDataModule("DataDrivenCollationTest", *this, status); in DataDrivenCollatorTest()
|
D | dadrfmt.cpp | 34 driver = TestDataModule::getTestDataModule("format", *this, status); in DataDrivenFormatTest()
|
D | convtest.cpp | 102 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()
|
D | dadrcal.cpp | 32 driver = TestDataModule::getTestDataModule("calendar", *this, status); in DataDrivenCalendarTest()
|
D | strcase.cpp | 462 LocalPointer<TestDataModule> driver(TestDataModule::getTestDataModule("casing", *this, status)); in TestCasing()
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
D | dadrcoll.cpp | 40 driver = TestDataModule::getTestDataModule("DataDrivenCollationTest", *this, status); in DataDrivenCollatorTest()
|
D | dadrfmt.cpp | 34 driver = TestDataModule::getTestDataModule("format", *this, status); in DataDrivenFormatTest()
|
D | convtest.cpp | 102 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()
|
D | strcase.cpp | 465 LocalPointer<TestDataModule> driver(TestDataModule::getTestDataModule("casing", *this, status)); in TestCasing()
|
D | dadrcal.cpp | 32 driver = TestDataModule::getTestDataModule("calendar", *this, status); in DataDrivenCalendarTest()
|