HomeSort by relevance Sort by last modified time
    Searched refs:IcuTestErrorCode (Results 1 - 9 of 9) 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/test/intltest/
itutil.cpp 282 IcuTestErrorCode errorCode(*this, "TestLocalXyzPointer");
380 IcuTestErrorCode errorCode(*this, "TestLocalXyzPointerNull/LocalUConverterSelectorPointer");
389 IcuTestErrorCode errorCode(*this, "TestLocalXyzPointerNull/LocalUCalendarPointer");
397 IcuTestErrorCode errorCode(*this, "TestLocalXyzPointerNull/LocalUDateTimePatternGeneratorPointer");
403 IcuTestErrorCode errorCode(*this, "TestLocalXyzPointerNull/LocalUMessageFormatPointer");
414 IcuTestErrorCode errorCode(*this, "TestLocalXyzPointerNull/LocalURegularExpressionPointer");
427 IcuTestErrorCode errorCode(*this, "TestLocalXyzPointerNull/LocalUTransliteratorPointer");
bidiconf.cpp 82 IcuTestErrorCode errorCode(*this, "getUnidataPath");
280 IcuTestErrorCode errorCode(*this, "TestBidiTest");
438 IcuTestErrorCode errorCode(*this, "TestBidiTest/checkOrdering()");
tstnorm.cpp     [all...]
strcase.cpp 398 IcuTestErrorCode errorCode(*this, "TestCasingImpl");
rbbiapts.cpp 245 IcuTestErrorCode status(*this, "TestGetSetAdoptText");
    [all...]
convtest.cpp     [all...]
csdetest.cpp 245 IcuTestErrorCode status(*this, "ConstructionTest");
  /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 2030 milliseconds