]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/test/intltest/caltest.h
ICU-511.27.tar.gz
[apple/icu.git] / icuSources / test / intltest / caltest.h
index fce3d9782c9a42920b6cb5c876355a9b34d42c56..97408df5a36813fbe0a3b9c58a5871e6a76484c2 100644 (file)
@@ -1,6 +1,5 @@
 /***********************************************************************
- * COPYRIGHT: 
- * Copyright (c) 1997-2004, International Business Machines Corporation
+ * Copyright (c) 1997-2012, International Business Machines Corporation
  * and others. All Rights Reserved.
  ***********************************************************************/
 
@@ -52,6 +51,8 @@ public:
     virtual void TestGenericAPI(void); // New to C++ -- needs to be back ported to Java
 
     virtual void TestWOY(void);
+    
+    virtual void TestDebug(void);
  
 public: // package
     /**
@@ -215,7 +216,27 @@ public: // package
 
   // internal - for other test use
  public:
+    void Test6703(void);
+    void Test3785(void);
+    void Test1624(void);
+
+    /**
+     * Test the time stamp array recalculation during heavy Calendar usage
+     */
+    void TestTimeStamp(void);
+    /**
+     * Test the ISO8601 calendar type
+     */
+    void TestISO8601(void);
+
+    /**
+     * Test cases for [set|get][Repeated|Skipped]WallTimeOption
+     */
+    void TestAmbiguousWallTimeAPIs(void);
+    void TestRepeatedWallTime(void);
+    void TestSkippedWallTime(void);
 
+    void TestCloneLocale(void);
 };
 
 #endif /* #if !UCONFIG_NO_FORMATTING */