1 // © 2016 and later: Unicode, Inc. and others.
2 // License & terms of use: http://www.unicode.org/copyright.html
3 /********************************************************************
5 * Copyright (c) 1997-2013, International Business Machines Corporation and
6 * others. All Rights Reserved.
7 ********************************************************************/
9 #ifndef _INTLTESTDATEFORMATSYMBOLS
10 #define _INTLTESTDATEFORMATSYMBOLS
12 #include "unicode/utypes.h"
14 #if !UCONFIG_NO_FORMATTING
19 * Tests for DateFormatSymbols
21 class IntlTestDateFormatSymbols
: public IntlTest
{
22 void runIndexedTest( int32_t index
, UBool exec
, const char* &name
, char* par
= NULL
);
26 * Test the API of DateFormatSymbols; primarily a simple get/set set.
28 void TestSymbols(/* char *par */);
32 void TestGetMonths(void);
33 void TestGetMonths2(void);
35 void TestGetWeekdays2(void);
36 void TestGetEraNames(void);
37 void TestGetSetSpecificItems(void);
39 UBool
UnicodeStringsArePrefixes(int32_t count
, int32_t prefixLen
, const UnicodeString
*prefixArray
, const UnicodeString
*baseArray
);
42 #endif /* #if !UCONFIG_NO_FORMATTING */