X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/9d88c94317aeac5dd26c1dbe8c2112dbe855d2b5..73c04bcfe1096173b00431f0cdc742894b15eef0:/icuSources/test/intltest/tsdtfmsy.h?ds=inline diff --git a/icuSources/test/intltest/tsdtfmsy.h b/icuSources/test/intltest/tsdtfmsy.h index fc0f8fea..d289ba4f 100644 --- a/icuSources/test/intltest/tsdtfmsy.h +++ b/icuSources/test/intltest/tsdtfmsy.h @@ -1,6 +1,6 @@ /******************************************************************** * COPYRIGHT: - * Copyright (c) 1997-2001, International Business Machines Corporation and + * Copyright (c) 1997-2005, International Business Machines Corporation and * others. All Rights Reserved. ********************************************************************/ @@ -23,11 +23,15 @@ private: /** * Test the API of DateFormatSymbols; primarily a simple get/set set. */ - void testSymbols(/* char *par */); + void TestSymbols(/* char *par */); /** * Test getMonths. */ void TestGetMonths(void); + void TestGetMonths2(void); + + void TestGetWeekdays2(void); + void TestGetEraNames(void); }; #endif /* #if !UCONFIG_NO_FORMATTING */