HomeSort by relevance Sort by last modified time
    Searched refs:IcuTestErrorCode (Results 1 - 12 of 12) 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 283 IcuTestErrorCode errorCode(*this, "TestLocalXyzPointer");
392 IcuTestErrorCode errorCode(*this, "TestLocalXyzPointerNull/LocalUConverterSelectorPointer");
401 IcuTestErrorCode errorCode(*this, "TestLocalXyzPointerNull/LocalUCalendarPointer");
409 IcuTestErrorCode errorCode(*this, "TestLocalXyzPointerNull/LocalUDateTimePatternGeneratorPointer");
415 IcuTestErrorCode errorCode(*this, "TestLocalXyzPointerNull/LocalUMessageFormatPointer");
426 IcuTestErrorCode errorCode(*this, "TestLocalXyzPointerNull/LocalURegularExpressionPointer");
439 IcuTestErrorCode errorCode(*this, "TestLocalXyzPointerNull/LocalUTransliteratorPointer");
bidiconf.cpp 82 IcuTestErrorCode errorCode(*this, "getUnidataPath");
277 IcuTestErrorCode errorCode(*this, "TestBidiTest");
435 IcuTestErrorCode errorCode(*this, "TestBidiTest/checkOrdering()");
ucdtest.cpp 339 IcuTestErrorCode errorCode(*this, "TestConsistency");
uts46test.cpp 57 IcuTestErrorCode errorCode(*this, "init/createUTS46Instance()");
203 IcuTestErrorCode errorCode(*this, "TestNotSTD3()");
557 IcuTestErrorCode errorCode(*this, "TestSomeCases");
    [all...]
tstnorm.cpp     [all...]
strcase.cpp 398 IcuTestErrorCode errorCode(*this, "TestCasingImpl");
strtest.cpp 508 IcuTestErrorCode errorCode(*this, "TestCharString()");
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 95 milliseconds