]> git.saurik.com Git - apple/icu.git/blame - icuSources/test/intltest/erarulestest.h
ICU-62141.0.1.tar.gz
[apple/icu.git] / icuSources / test / intltest / erarulestest.h
CommitLineData
1546d4af
A
1// © 2018 and later: Unicode, Inc. and others.
2// License & terms of use: http://www.unicode.org/copyright.html
3
4#ifndef ERARULESTEST_H_
5#define ERARULESTEST_H_
6
7#include "unicode/utypes.h"
8
9#if !UCONFIG_NO_FORMATTING
10
11#include "intltest.h"
12
13class EraRulesTest : public IntlTest {
14public:
15 void runIndexedTest(int32_t index, UBool exec, const char* &name, char* par = NULL);
16
17private:
18 void testAPIs();
19 void testJapanese();
20};
21
22#endif /* #if !UCONFIG_NO_FORMATTING */
23#endif /* ERARULESTEST_H_ */