]> git.saurik.com Git - apple/icu.git/blame - icuSources/test/intltest/ittrans.h
ICU-62107.0.1.tar.gz
[apple/icu.git] / icuSources / test / intltest / ittrans.h
CommitLineData
f3c0d7a5
A
1// © 2016 and later: Unicode, Inc. and others.
2// License & terms of use: http://www.unicode.org/copyright.html
b75a7d8f
A
3/********************************************************************
4 * COPYRIGHT:
5 * Copyright (c) 2001, International Business Machines Corporation and
6 * others. All Rights Reserved.
7 ********************************************************************/
8/************************************************************************
9* Date Name Description
10* 12/14/99 Madhu Creation.
11************************************************************************/
12/**
13 * IntlTestRBBI is the top level test class for the RuleBasedBreakIterator tests
14 */
15
16#ifndef INTLTRANSLIT_H
17#define INTLTRANSLIT_H
18
19#include "unicode/utypes.h"
20
21#if !UCONFIG_NO_TRANSLITERATION
22
23#include "intltest.h"
24
25
26class IntlTestTransliterator: public IntlTest {
27public:
28 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL );
29};
30
31#endif /* #if !UCONFIG_NO_TRANSLITERATION */
32
33#endif