X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/b75a7d8f3b4adbae880cab104ce2c6a50eee4db2..4f1e1a09ce4daed860e35d359ce2fceccb0764e8:/icuSources/test/intltest/tsdtfmsy.h?ds=sidebyside diff --git a/icuSources/test/intltest/tsdtfmsy.h b/icuSources/test/intltest/tsdtfmsy.h index fc0f8fea..ea9afc70 100644 --- a/icuSources/test/intltest/tsdtfmsy.h +++ b/icuSources/test/intltest/tsdtfmsy.h @@ -1,6 +1,8 @@ +// © 2016 and later: Unicode, Inc. and others. +// License & terms of use: http://www.unicode.org/copyright.html /******************************************************************** * COPYRIGHT: - * Copyright (c) 1997-2001, International Business Machines Corporation and + * Copyright (c) 1997-2013, International Business Machines Corporation and * others. All Rights Reserved. ********************************************************************/ @@ -23,11 +25,18 @@ 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); + void TestGetSetSpecificItems(void); + + UBool UnicodeStringsArePrefixes(int32_t count, int32_t prefixLen, const UnicodeString *prefixArray, const UnicodeString *baseArray); }; #endif /* #if !UCONFIG_NO_FORMATTING */