HomeSort by relevance Sort by last modified time
    Searched refs:handleFailure (Results 1 - 7 of 7) sorted by null

  /external/icu/icu4c/source/common/
errorcode.cpp 34 handleFailure();
  /external/icu/icu4c/source/common/unicode/
errorcode.h 37 * the handleFailure() function so that it throws an exception,
51 * destructor cannot call a subclass function (like handleFailure()).
56 * and the handleFailure() function may need to take different actions.
63 * // Safe because our handleFailure() does not throw exceptions.
64 * if(isFailure()) { handleFailure(); }
67 * virtual void handleFailure() const {
109 * if(isFailure()) { handleFailure(); }
134 virtual void handleFailure() const {}
  /external/icu/icu4c/source/tools/ctestfw/unicode/
testlog.h 52 virtual void handleFailure() const;
  /external/icu/icu4c/source/tools/toolutil/
toolutil.h 35 * The destructor calls handleFailure() which calls exit(errorCode) when isFailure().
45 virtual void handleFailure() const;
toolutil.cpp 73 // Safe because our handleFailure() does not throw exceptions.
74 if(isFailure()) { handleFailure(); }
77 void IcuToolErrorCode::handleFailure() const {
  /external/icu/icu4c/source/tools/ctestfw/
tstdtmod.cpp 113 void IcuTestErrorCode::handleFailure() const {
114 errlog(FALSE, u"(handleFailure)", nullptr);
  /external/icu/icu4c/source/test/intltest/
itutil.cpp 207 virtual void handleFailure() const {
227 errln("ErrorCode.assertSuccess() called handleFailure() despite success");
235 errln("ErrorCode.assertSuccess() did not handleFailure()");
243 errln("ErrorCode.assertSuccess() did not handleFailure()");
256 errln("ErrorCode.assertSuccess() called handleFailure() despite success");
    [all...]

Completed in 1177 milliseconds