OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TestLog
(Results
1 - 9
of
9
) sorted by null
/external/icu4c/test/intltest/
windttst.h
26
class
TestLog
;
31
static void testLocales(
TestLog
*log);
winnmtst.h
26
class
TestLog
;
31
static void testLocales(
TestLog
*log);
winnmtst.cpp
22
#include "unicode/
testlog
.h"
229
static void testLocale(const char *localeID, int32_t lcid, NumberFormat *wnf, UBool currency,
TestLog
*log)
270
void Win32NumberTest::testLocales(
TestLog
*log)
windttst.cpp
22
#include "unicode/
testlog
.h"
69
void Win32DateTimeTest::testLocales(
TestLog
*log)
intltest.h
16
#include "unicode/
testlog
.h"
100
class IntlTest : public
TestLog
{
104
//
TestLog
has a virtual destructor.
/external/icu4c/tools/ctestfw/unicode/
testlog.h
22
class T_CTEST_EXPORT_API
TestLog
{
24
virtual ~
TestLog
();
33
IcuTestErrorCode(
TestLog
&callingTestClass, const char *callingTestName) :
42
TestLog
&testClass;
tstdtmod.h
19
#include "unicode/
testlog
.h"
40
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/
tstdtmod.cpp
15
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/
iotest.cpp
31
class DataDrivenLogger : public
TestLog
{
[
all
...]
Completed in 78 milliseconds