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 32 handleFailure();
  /external/icu/icu4c/source/common/unicode/
errorcode.h 35 * the handleFailure() function so that it throws an exception,
49 * destructor cannot call a subclass function (like handleFailure()).
54 * and the handleFailure() function may need to take different actions.
61 * // Safe because our handleFailure() does not throw exceptions.
62 * if(isFailure()) { handleFailure(); }
65 * virtual void handleFailure() const {
107 * if(isFailure()) { handleFailure(); }
132 virtual void handleFailure() const {}
  /external/icu/icu4c/source/tools/ctestfw/unicode/
testlog.h 40 virtual void handleFailure() const;
  /external/icu/icu4c/source/tools/toolutil/
toolutil.h 33 * The destructor calls handleFailure() which calls exit(errorCode) when isFailure().
43 virtual void handleFailure() const;
toolutil.cpp 71 // Safe because our handleFailure() does not throw exceptions.
72 if(isFailure()) { handleFailure(); }
75 void IcuToolErrorCode::handleFailure() const {
  /external/icu/icu4c/source/tools/ctestfw/
tstdtmod.cpp 18 // Safe because our handleFailure() does not throw exceptions.
19 if(isFailure()) { handleFailure(); }
60 void IcuTestErrorCode::handleFailure() const {
  /external/icu/icu4c/source/test/intltest/
itutil.cpp 181 virtual void handleFailure() const {
201 errln("ErrorCode.assertSuccess() called handleFailure() despite success");
209 errln("ErrorCode.assertSuccess() did not handleFailure()");
217 errln("ErrorCode.assertSuccess() did not handleFailure()");
230 errln("ErrorCode.assertSuccess() called handleFailure() despite success");

Completed in 123 milliseconds