X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/46f4442e9a5a4f3b98b7c1083586332f6a8a99a4..a01113dcd0f39d5da295ef82785beff9ed86fe38:/icuSources/test/intltest/tztest.h diff --git a/icuSources/test/intltest/tztest.h b/icuSources/test/intltest/tztest.h index e24ed489..52feaa21 100644 --- a/icuSources/test/intltest/tztest.h +++ b/icuSources/test/intltest/tztest.h @@ -1,6 +1,8 @@ +// © 2016 and later: Unicode, Inc. and others. +// License & terms of use: http://www.unicode.org/copyright.html /******************************************************************** - * Copyright (c) 1997-2009, International Business Machines + * Copyright (c) 1997-2014, International Business Machines * Corporation and others. All Rights Reserved. ********************************************************************/ @@ -37,6 +39,8 @@ public: */ virtual void TestGetAvailableIDs913(void); + virtual void TestGetAvailableIDsNew(void); + /** * Generic API testing for API coverage. */ @@ -88,10 +92,18 @@ public: void TestFebruary(void); + void TestCanonicalIDAPI(); void TestCanonicalID(void); - + virtual void TestDisplayNamesMeta(); + void TestGetRegion(void); + void TestGetUnknown(); + void TestGetGMT(); + + void TestGetWindowsID(void); + void TestGetIDForWindowsID(void); + static const UDate INTERVAL; private: @@ -103,6 +115,9 @@ private: // when year/rule are changed. static const int32_t REFERENCE_YEAR; static const char *REFERENCE_DATA_VERSION; + + void checkContainsAll(StringEnumeration *s1, const char *name1, + StringEnumeration *s2, const char *name2); }; #endif /* #if !UCONFIG_NO_FORMATTING */