]>
git.saurik.com Git - apple/icu.git/blob - icuSources/test/intltest/ittrans.h
1 // © 2016 and later: Unicode, Inc. and others.
2 // License & terms of use: http://www.unicode.org/copyright.html
3 /********************************************************************
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 ************************************************************************/
13 * IntlTestRBBI is the top level test class for the RuleBasedBreakIterator tests
16 #ifndef INTLTRANSLIT_H
17 #define INTLTRANSLIT_H
19 #include "unicode/utypes.h"
21 #if !UCONFIG_NO_TRANSLITERATION
26 class IntlTestTransliterator
: public IntlTest
{
28 void runIndexedTest( int32_t index
, UBool exec
, const char* &name
, char* par
= NULL
);
31 #endif /* #if !UCONFIG_NO_TRANSLITERATION */