]>
git.saurik.com Git - apple/icu.git/blob - icuSources/test/intltest/miscdtfm.h
1 // © 2016 and later: Unicode, Inc. and others.
2 // License & terms of use: http://www.unicode.org/copyright.html
3 /********************************************************************
5 * Copyright (c) 1997-2001, International Business Machines Corporation and
6 * others. All Rights Reserved.
7 ********************************************************************/
9 #ifndef _DATEFORMATMISCTEST_
10 #define _DATEFORMATMISCTEST_
12 #include "unicode/utypes.h"
14 #if !UCONFIG_NO_FORMATTING
19 * Performs miscellaneous tests for DateFormat, SimpleDateFormat, DateFormatSymbols
21 class DateFormatMiscTests
: public IntlTest
{
24 void runIndexedTest( int32_t index
, UBool exec
, const char* &name
, char* par
);
27 void test4097450(void);
28 void test4099975(void);
29 void test4117335(void);
32 UBool
failure(UErrorCode status
, const char* msg
);
36 #endif /* #if !UCONFIG_NO_FORMATTING */
38 #endif // _DATEFORMATMISCTEST_