]>
git.saurik.com Git - apple/icu.git/blob - icuSources/test/intltest/tzfmttst.h
2 *******************************************************************************
3 * Copyright (C) 2007-2013, International Business Machines Corporation and *
4 * others. All Rights Reserved. *
5 *******************************************************************************
8 #ifndef _TIMEZONEFORMATTEST_
9 #define _TIMEZONEFORMATTEST_
11 #include "unicode/utypes.h"
13 #if !UCONFIG_NO_FORMATTING
17 class TimeZoneFormatTest
: public IntlTest
{
19 void runIndexedTest(int32_t index
, UBool exec
, const char*& name
, char* par
);
21 void TestTimeZoneRoundTrip(void);
22 void TestTimeRoundTrip(void);
24 void TestISOFormat(void);
27 #endif /* #if !UCONFIG_NO_FORMATTING */
29 #endif // _TIMEZONEFORMATTEST_