X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/729e4ab9bc6618bc3d8a898e575df7f4019e29ca..efa1e6592fb03ce23b15276b2b91d885a3ee7da5:/icuSources/test/intltest/caltest.h diff --git a/icuSources/test/intltest/caltest.h b/icuSources/test/intltest/caltest.h index c8b51f15..09c28964 100644 --- a/icuSources/test/intltest/caltest.h +++ b/icuSources/test/intltest/caltest.h @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 1997-2009, International Business Machines Corporation + * Copyright (c) 1997-2014, International Business Machines Corporation * and others. All Rights Reserved. ***********************************************************************/ @@ -219,6 +219,26 @@ public: // package 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 */