Searched refs:IcuTestErrorCode (Results 1 – 12 of 12) sorted by relevance
/external/icu4c/tools/ctestfw/unicode/ |
D | testlog.h | 31 class T_CTEST_EXPORT_API IcuTestErrorCode : public ErrorCode { 33 IcuTestErrorCode(TestLog &callingTestClass, const char *callingTestName) : in IcuTestErrorCode() function 35 virtual ~IcuTestErrorCode();
|
/external/icu4c/tools/ctestfw/ |
D | tstdtmod.cpp | 17 IcuTestErrorCode::~IcuTestErrorCode() { in ~IcuTestErrorCode() 22 UBool IcuTestErrorCode::logIfFailureAndReset(const char *fmt, ...) { in logIfFailureAndReset() 41 UBool IcuTestErrorCode::logDataIfFailureAndReset(const char *fmt, ...) { in logDataIfFailureAndReset() 60 void IcuTestErrorCode::handleFailure() const { in handleFailure()
|
/external/icu4c/test/intltest/ |
D | itutil.cpp | 283 IcuTestErrorCode errorCode(*this, "TestLocalXyzPointer"); in TestLocalXyzPointer() 392 IcuTestErrorCode errorCode(*this, "TestLocalXyzPointerNull/LocalUConverterSelectorPointer"); in TestLocalXyzPointerNull() 401 IcuTestErrorCode errorCode(*this, "TestLocalXyzPointerNull/LocalUCalendarPointer"); in TestLocalXyzPointerNull() 409 …IcuTestErrorCode errorCode(*this, "TestLocalXyzPointerNull/LocalUDateTimePatternGeneratorPointer"); in TestLocalXyzPointerNull() 415 IcuTestErrorCode errorCode(*this, "TestLocalXyzPointerNull/LocalUMessageFormatPointer"); in TestLocalXyzPointerNull() 426 IcuTestErrorCode errorCode(*this, "TestLocalXyzPointerNull/LocalURegularExpressionPointer"); in TestLocalXyzPointerNull() 439 IcuTestErrorCode errorCode(*this, "TestLocalXyzPointerNull/LocalUTransliteratorPointer"); in TestLocalXyzPointerNull()
|
D | bidiconf.cpp | 82 IcuTestErrorCode errorCode(*this, "getUnidataPath"); in getUnidataPath() 277 IcuTestErrorCode errorCode(*this, "TestBidiTest"); in TestBidiTest() 435 IcuTestErrorCode errorCode(*this, "TestBidiTest/checkOrdering()"); in checkOrdering()
|
D | uts46test.cpp | 57 IcuTestErrorCode errorCode(*this, "init/createUTS46Instance()"); in runIndexedTest() 203 IcuTestErrorCode errorCode(*this, "TestNotSTD3()"); in TestNotSTD3() 557 IcuTestErrorCode errorCode(*this, "TestSomeCases"); in TestSomeCases()
|
D | ucdtest.cpp | 339 IcuTestErrorCode errorCode(*this, "TestConsistency"); in TestConsistency()
|
D | tstnorm.cpp | 1351 IcuTestErrorCode errorCode(*this, "TestSkippable"); in TestSkippable() 1402 IcuTestErrorCode errorCode(*this, "BasicNormalizerTest/TestCustomComp"); in TestCustomComp() 1434 IcuTestErrorCode errorCode(*this, "BasicNormalizerTest/TestCustomFCC"); in TestCustomFCC()
|
D | strcase.cpp | 398 IcuTestErrorCode errorCode(*this, "TestCasingImpl"); in TestCasingImpl()
|
D | strtest.cpp | 508 IcuTestErrorCode errorCode(*this, "TestCharString()"); in TestCharString()
|
D | csdetest.cpp | 245 IcuTestErrorCode status(*this, "ConstructionTest"); in ConstructionTest()
|
D | rbbiapts.cpp | 245 IcuTestErrorCode status(*this, "TestGetSetAdoptText"); in TestGetSetAdoptText()
|
D | convtest.cpp | 975 IcuTestErrorCode errorCode(*this, "ToUnicodeCase"); in ToUnicodeCase()
|