2 **********************************************************************
3 * Copyright (C) 2001-2004, International Business Machines
4 * Corporation and others. All Rights Reserved.
5 **********************************************************************
6 * Date Name Description
7 * 05/23/00 aliu Creation.
8 **********************************************************************
13 #include "unicode/utypes.h"
15 #if !UCONFIG_NO_TRANSLITERATION
17 #include "unicode/translit.h"
22 * @summary Round trip test of Transliterator
24 class TransliteratorRoundTripTest
: public IntlTest
{
26 void runIndexedTest(int32_t index
, UBool exec
, const char* &name
,
30 void TestHiragana(void);
31 void TestKatakana(void);
33 void TestHangul(void);
36 void TestGreekUNGEGN(void);
38 void TestCyrillic(void);
39 void TestDevanagariLatin(void);
40 void TestInterIndic(void);
41 void TestHebrew(void);
42 void TestArabic(void);
43 void TestDebug(const char* name
,const char fromSet
[],
44 const char* toSet
,const char* exclusions
);
47 #endif /* #if !UCONFIG_NO_TRANSLITERATION */