X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/374ca955a76ecab1204ca8bfa63ff9238d998416..249c4c5ea9376c24572daf9c2effa7484a282f14:/icuSources/test/intltest/caltztst.h diff --git a/icuSources/test/intltest/caltztst.h b/icuSources/test/intltest/caltztst.h index 60e8447d..da7cb416 100644 --- a/icuSources/test/intltest/caltztst.h +++ b/icuSources/test/intltest/caltztst.h @@ -1,6 +1,8 @@ +// © 2016 and later: Unicode, Inc. and others. +// License & terms of use: http://www.unicode.org/copyright.html /******************************************************************** * COPYRIGHT: - * Copyright (c) 1997-2003, International Business Machines Corporation and + * Copyright (c) 1997-2009, International Business Machines Corporation and * others. All Rights Reserved. ********************************************************************/ @@ -27,7 +29,7 @@ public: protected: // Return true if the given status indicates failure. Also has the side effect // of calling errln(). Msg should be of the form "Class::Method" in general. - UBool failure(UErrorCode status, const char* msg); + UBool failure(UErrorCode status, const char* msg, UBool possibleDataError=FALSE); // Utility method for formatting dates for printing; useful for Java->C++ conversion. // Tries to mimic the Java Date.toString() format.