]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/test/intltest/transrt.h
ICU-511.34.tar.gz
[apple/icu.git] / icuSources / test / intltest / transrt.h
index fdc28521afe30856d7775a802b66310a81f231fe..196ad7d97b13d549d050046b6e7739491a7ed510 100644 (file)
@@ -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);
 };