1 /********************************************************************
3 * Copyright (c) 1997-2013, International Business Machines Corporation and
4 * others. All Rights Reserved.
5 ********************************************************************/
7 #ifndef _INTLTESTDATEFORMATSYMBOLS
8 #define _INTLTESTDATEFORMATSYMBOLS
10 #include "unicode/utypes.h"
12 #if !UCONFIG_NO_FORMATTING
17 * Tests for DateFormatSymbols
19 class IntlTestDateFormatSymbols
: public IntlTest
{
20 void runIndexedTest( int32_t index
, UBool exec
, const char* &name
, char* par
= NULL
);
24 * Test the API of DateFormatSymbols; primarily a simple get/set set.
26 void TestSymbols(/* char *par */);
30 void TestGetMonths(void);
31 void TestGetMonths2(void);
33 void TestGetWeekdays2(void);
34 void TestGetEraNames(void);
35 void TestGetSetSpecificItems(void);
37 UBool
UnicodeStringsArePrefixes(int32_t count
, int32_t prefixLen
, const UnicodeString
*prefixArray
, const UnicodeString
*baseArray
);
40 #endif /* #if !UCONFIG_NO_FORMATTING */