/external/chromium_org/third_party/icu/source/test/intltest/ |
dadrfmt.h | 25 class TestDataModule; 47 TestDataModule *driver;
|
dadrcal.h | 25 class TestDataModule; 47 TestDataModule *driver;
|
dadrcoll.h | 27 class TestDataModule; 51 TestDataModule *driver;
|
convtest.cpp | 95 TestDataModule *dataModule; 102 dataModule=TestDataModule::getTestDataModule("conversion", *this, errorCode); 207 TestDataModule *dataModule; 215 dataModule=TestDataModule::getTestDataModule("conversion", *this, errorCode); 364 TestDataModule *dataModule; 371 dataModule=TestDataModule::getTestDataModule("conversion", *this, errorCode); [all...] |
dadrcoll.cpp | 40 driver = TestDataModule::getTestDataModule("DataDrivenCollationTest", *this, status);
|
dadrfmt.cpp | 34 driver = TestDataModule::getTestDataModule("format", *this, status);
|
strcase.cpp | 465 LocalPointer<TestDataModule> driver(TestDataModule::getTestDataModule("casing", *this, status));
|
dadrcal.cpp | 32 driver = TestDataModule::getTestDataModule("calendar", *this, status);
|
/external/icu4c/test/intltest/ |
dadrfmt.h | 25 class TestDataModule; 47 TestDataModule *driver;
|
dadrcal.h | 25 class TestDataModule; 47 TestDataModule *driver;
|
dadrcoll.h | 27 class TestDataModule; 51 TestDataModule *driver;
|
convtest.cpp | 95 TestDataModule *dataModule; 102 dataModule=TestDataModule::getTestDataModule("conversion", *this, errorCode); 216 TestDataModule *dataModule; 224 dataModule=TestDataModule::getTestDataModule("conversion", *this, errorCode); 382 TestDataModule *dataModule; 389 dataModule=TestDataModule::getTestDataModule("conversion", *this, errorCode); [all...] |
dadrcoll.cpp | 40 driver = TestDataModule::getTestDataModule("DataDrivenCollationTest", *this, status);
|
strcase.cpp | 462 LocalPointer<TestDataModule> driver(TestDataModule::getTestDataModule("casing", *this, status));
|
dadrfmt.cpp | 34 driver = TestDataModule::getTestDataModule("format", *this, status);
|
dadrcal.cpp | 32 driver = TestDataModule::getTestDataModule("calendar", *this, status);
|
/external/chromium_org/third_party/icu/source/tools/ctestfw/unicode/ |
tstdtmod.h | 35 class T_CTEST_EXPORT_API TestDataModule { 47 * @return a TestDataModule object. Use it to get test data from it 49 static TestDataModule *getTestDataModule(const char* name, TestLog& log, UErrorCode &status); 50 virtual ~TestDataModule(); 53 TestDataModule(const char* name, TestLog& log, UErrorCode& status); 85 class T_CTEST_EXPORT_API RBTestDataModule : public TestDataModule {
|
/external/icu4c/tools/ctestfw/unicode/ |
tstdtmod.h | 35 class T_CTEST_EXPORT_API TestDataModule { 47 * @return a TestDataModule object. Use it to get test data from it 49 static TestDataModule *getTestDataModule(const char* name, TestLog& log, UErrorCode &status); 50 virtual ~TestDataModule(); 53 TestDataModule(const char* name, TestLog& log, UErrorCode& status); 85 class T_CTEST_EXPORT_API RBTestDataModule : public TestDataModule {
|
/external/chromium_org/third_party/icu/source/tools/ctestfw/ |
tstdtmod.cpp | 72 TestDataModule *TestDataModule::getTestDataModule(const char* name, TestLog& log, UErrorCode &status) 77 TestDataModule *result = NULL; 91 TestDataModule::TestDataModule(const char* name, TestLog& log, UErrorCode& /*status*/) 98 TestDataModule::~TestDataModule() { 104 const char * TestDataModule::getName() const 120 : TestDataModule(name, log, status),
|
/external/icu4c/tools/ctestfw/ |
tstdtmod.cpp | 72 TestDataModule *TestDataModule::getTestDataModule(const char* name, TestLog& log, UErrorCode &status) 77 TestDataModule *result = NULL; 91 TestDataModule::TestDataModule(const char* name, TestLog& log, UErrorCode& /*status*/) 98 TestDataModule::~TestDataModule() { 104 const char * TestDataModule::getName() const 120 : TestDataModule(name, log, status),
|
/external/chromium_org/third_party/icu/source/test/iotest/ |
iotest.cpp | 197 TestDataModule *dataModule; 222 dataModule=TestDataModule::getTestDataModule("icuio", logger, errorCode); 363 TestDataModule *dataModule; 388 dataModule=TestDataModule::getTestDataModule("icuio", logger, errorCode); 565 TestDataModule *dataModule; 587 dataModule=TestDataModule::getTestDataModule("icuio", logger, errorCode); [all...] |
/external/icu4c/test/iotest/ |
iotest.cpp | 198 TestDataModule *dataModule; 223 dataModule=TestDataModule::getTestDataModule("icuio", logger, errorCode); 364 TestDataModule *dataModule; 389 dataModule=TestDataModule::getTestDataModule("icuio", logger, errorCode); 566 TestDataModule *dataModule; 588 dataModule=TestDataModule::getTestDataModule("icuio", logger, errorCode); [all...] |