Searched refs:TestLog (Results 1 - 9 of 9) sorted by relevance

/external/icu4c/test/intltest/
H A Dwindttst.h26 class TestLog;
31 static void testLocales(TestLog *log);
H A Dwinnmtst.h26 class TestLog;
31 static void testLocales(TestLog *log);
H A Dwinnmtst.cpp229 static void testLocale(const char *localeID, int32_t lcid, NumberFormat *wnf, UBool currency, TestLog *log)
270 void Win32NumberTest::testLocales(TestLog *log)
H A Dwindttst.cpp69 void Win32DateTimeTest::testLocales(TestLog *log)
H A Dintltest.h100 class IntlTest : public TestLog {
104 // TestLog has a virtual destructor.
/external/icu4c/tools/ctestfw/unicode/
H A Dtestlog.h22 class T_CTEST_EXPORT_API TestLog { class
24 virtual ~TestLog();
33 IcuTestErrorCode(TestLog &callingTestClass, const char *callingTestName) :
42 TestLog &testClass;
H A Dtstdtmod.h40 TestLog& fLog;
49 static TestDataModule *getTestDataModule(const char* name, TestLog& log, UErrorCode &status);
53 TestDataModule(const char* name, TestLog& log, UErrorCode& status);
90 RBTestDataModule(const char* name, TestLog& log, UErrorCode& status);
/external/icu4c/tools/ctestfw/
H A Dtstdtmod.cpp15 TestLog::~TestLog() {}
72 TestDataModule *TestDataModule::getTestDataModule(const char* name, TestLog& log, UErrorCode &status)
91 TestDataModule::TestDataModule(const char* name, TestLog& log, UErrorCode& /*status*/)
119 RBTestDataModule::RBTestDataModule(const char* name, TestLog& log, UErrorCode& status)
/external/icu4c/test/iotest/
H A Diotest.cpp31 class DataDrivenLogger : public TestLog {

Completed in 100 milliseconds