X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/b75a7d8f3b4adbae880cab104ce2c6a50eee4db2..151279e3792e85d0417b499c229886b3af724f55:/icuSources/test/intltest/transrt.h diff --git a/icuSources/test/intltest/transrt.h b/icuSources/test/intltest/transrt.h index fdc28521..196ad7d9 100644 --- a/icuSources/test/intltest/transrt.h +++ b/icuSources/test/intltest/transrt.h @@ -1,6 +1,6 @@ /* ********************************************************************** -* Copyright (C) 2001, International Business Machines +* Copyright (C) 2001-2004, International Business Machines * Corporation and others. All Rights Reserved. ********************************************************************** * Date Name Description @@ -31,12 +31,15 @@ class TransliteratorRoundTripTest : public IntlTest { void TestKatakana(void); void TestJamo(void); void TestHangul(void); + void TestHan(void); void TestGreek(void); void TestGreekUNGEGN(void); void Testel(void); void TestCyrillic(void); void TestDevanagariLatin(void); void TestInterIndic(void); + void TestHebrew(void); + void TestArabic(void); void TestDebug(const char* name,const char fromSet[], const char* toSet,const char* exclusions); };