]>
git.saurik.com Git - apple/icu.git/blob - icuSources/test/intltest/tzoffloc.h
1 // © 2016 and later: Unicode, Inc. and others.
2 // License & terms of use: http://www.unicode.org/copyright.html
4 *******************************************************************************
5 * Copyright (C) 2007, International Business Machines Corporation and *
6 * others. All Rights Reserved. *
7 *******************************************************************************
10 #ifndef _TIMEZONEOFFSETLOCALTEST_
11 #define _TIMEZONEOFFSETLOCALTEST_
13 #include "unicode/utypes.h"
15 #if !UCONFIG_NO_FORMATTING
19 class TimeZoneOffsetLocalTest
: public IntlTest
{
21 void runIndexedTest(int32_t index
, UBool exec
, const char*& name
, char* par
);
23 void TestGetOffsetAroundTransition(void);
26 #endif /* #if !UCONFIG_NO_FORMATTING */
28 #endif // _TIMEZONEOFFSETLOCALTEST_