]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/test/intltest/incaltst.h
ICU-511.25.tar.gz
[apple/icu.git] / icuSources / test / intltest / incaltst.h
index e010103377ddd02c9373ffd571f41269115d0ac9..2c03ce323135b377f45cb40b5436f47963d50ef3 100644 (file)
@@ -1,6 +1,6 @@
 /********************************************************************
  * COPYRIGHT: 
- * Copyright (c) 1997-2003, International Business Machines Corporation and
+ * Copyright (c) 1997-2007, International Business Machines Corporation and
  * others. All Rights Reserved.
  ********************************************************************/
 
@@ -27,8 +27,14 @@ public:
     void TestBuddhist(void);
     void TestBuddhistFormat(void);
 
+    void TestTaiwan(void);
+
     void TestJapanese(void);
     void TestJapaneseFormat(void);
+    void TestJapanese3860(void);
+    
+    void TestPersian(void);
+    void TestPersianFormat(void);
 
  protected:
     // Test a Gregorian-Like calendar
@@ -41,6 +47,7 @@ public: // package
  
 };
 
+
 #endif /* #if !UCONFIG_NO_FORMATTING */
  
 #endif // __IntlCalendarTest__