OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IcuTestErrorCode
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/tools/ctestfw/unicode/
testlog.h
31
class T_CTEST_EXPORT_API
IcuTestErrorCode
: public ErrorCode {
33
IcuTestErrorCode
(TestLog &callingTestClass, const char *callingTestName) :
35
virtual ~
IcuTestErrorCode
();
/external/icu4c/tools/ctestfw/
tstdtmod.cpp
17
IcuTestErrorCode
::~
IcuTestErrorCode
() {
22
UBool
IcuTestErrorCode
::logIfFailureAndReset(const char *fmt, ...) {
41
UBool
IcuTestErrorCode
::logDataIfFailureAndReset(const char *fmt, ...) {
60
void
IcuTestErrorCode
::handleFailure() const {
Completed in 219 milliseconds