1 // © 2016 and later: Unicode, Inc. and others.
2 // License & terms of use: http://www.unicode.org/copyright.html
4 **********************************************************************
5 * Copyright (C) 2001-2004, International Business Machines
6 * Corporation and others. All Rights Reserved.
7 **********************************************************************
8 * Date Name Description
9 * 05/23/00 aliu Creation.
10 **********************************************************************
15 #include "unicode/utypes.h"
17 #if !UCONFIG_NO_TRANSLITERATION
19 #include "unicode/translit.h"
24 * @summary Round trip test of Transliterator
26 class TransliteratorRoundTripTest
: public IntlTest
{
28 void runIndexedTest(int32_t index
, UBool exec
, const char* &name
,
32 void TestHiragana(void);
33 void TestKatakana(void);
35 void TestHangul(void);
38 void TestGreekUNGEGN(void);
40 void TestCyrillic(void);
41 void TestDevanagariLatin(void);
42 void TestInterIndic(void);
43 void TestHebrew(void);
44 void TestArabic(void);
45 void TestDebug(const char* name
,const char fromSet
[],
46 const char* toSet
,const char* exclusions
);
49 #endif /* #if !UCONFIG_NO_TRANSLITERATION */