]>
git.saurik.com Git - apple/icu.git/blob - icuSources/test/intltest/miscdtfm.h
1 /********************************************************************
3 * Copyright (c) 1997-2001, International Business Machines Corporation and
4 * others. All Rights Reserved.
5 ********************************************************************/
7 #ifndef _DATEFORMATMISCTEST_
8 #define _DATEFORMATMISCTEST_
10 #include "unicode/utypes.h"
12 #if !UCONFIG_NO_FORMATTING
17 * Performs miscellaneous tests for DateFormat, SimpleDateFormat, DateFormatSymbols
19 class DateFormatMiscTests
: public IntlTest
{
22 void runIndexedTest( int32_t index
, UBool exec
, const char* &name
, char* par
);
25 void test4097450(void);
26 void test4099975(void);
27 void test4117335(void);
30 UBool
failure(UErrorCode status
, const char* msg
);
34 #endif /* #if !UCONFIG_NO_FORMATTING */
36 #endif // _DATEFORMATMISCTEST_