/***********************************************************************
- * Copyright (c) 1997-2009, International Business Machines Corporation
+ * Copyright (c) 1997-2014, International Business Machines Corporation
* and others. All Rights Reserved.
***********************************************************************/
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);
+
+ void TestAddAcrossZoneTransition(void);
};
#endif /* #if !UCONFIG_NO_FORMATTING */