]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/test/intltest/caltztst.h
ICU-551.51.4.tar.gz
[apple/icu.git] / icuSources / test / intltest / caltztst.h
index badf9e363c0ac69ea4408b81dd38473c3a99307c..0c5a2b8ddb67201e6792c4f1a4f43198a39b487b 100644 (file)
@@ -1,6 +1,6 @@
 /********************************************************************
  * COPYRIGHT: 
- * Copyright (c) 1997-2001, International Business Machines Corporation and
+ * Copyright (c) 1997-2009, International Business Machines Corporation and
  * others. All Rights Reserved.
  ********************************************************************/
 
@@ -27,12 +27,13 @@ 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.
     UnicodeString  dateToString(UDate d);
     UnicodeString& dateToString(UDate d, UnicodeString& str);
+    UnicodeString& dateToString(UDate d, UnicodeString& str, const TimeZone& z);
 
     // Utility methods to create a date.  This is useful for converting Java constructs
     // which create a Date object.  Returns a Date in the current local time.