diff options
Diffstat (limited to 'Build/source/libs/icu-xetex/test/intltest/tsdtfmsy.h')
-rw-r--r-- | Build/source/libs/icu-xetex/test/intltest/tsdtfmsy.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/Build/source/libs/icu-xetex/test/intltest/tsdtfmsy.h b/Build/source/libs/icu-xetex/test/intltest/tsdtfmsy.h index fc0f8feaeac..d289ba4f751 100644 --- a/Build/source/libs/icu-xetex/test/intltest/tsdtfmsy.h +++ b/Build/source/libs/icu-xetex/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 */ |