]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/test/intltest/dtfmttst.h
ICU-8.11.tar.gz
[apple/icu.git] / icuSources / test / intltest / dtfmttst.h
index 8edb2a341696597af3e3fc3d10b2566bec219e3d..e08ff6834cd045fe392f6d112488052e7d1c6553 100644 (file)
@@ -1,6 +1,6 @@
 /********************************************************************
  * COPYRIGHT: 
- * Copyright (c) 1997-2004, International Business Machines Corporation and
+ * Copyright (c) 1997-2006, International Business Machines Corporation and
  * others. All Rights Reserved.
  ********************************************************************/
 
@@ -138,6 +138,8 @@ public:
      * Further test the formatting of time zones.
      */
     virtual void TestDateFormatZone146(void);
+
+    void TestTimeZoneStringsAPI(void);
  
 public: // package
     /**
@@ -157,12 +159,39 @@ public: // package
 
     void TestGreekMay(void);
 
+    void TestGenericTime(void);
+
+    void TestGenericTimeZoneOrder(void);
+
+public:
+    /**
+     * Test host-specific formatting.
+     */
+    void TestHost(void);
+
+public:
+    /**
+     * Test patterns added in CLDR 1.4
+     */
+    void TestEras(void);
+
+    void TestNarrowNames(void);
+
+    void TestStandAloneDays(void);
+
+    void TestStandAloneMonths(void);
+
+    void TestQuarters(void);
+
  private:
     void expectParse(const char** data, int32_t data_length,
                      const Locale& locale);
 
     void expect(const char** data, int32_t data_length,
                 const Locale& loc);
+
+    void expectFormat(const char **data, int32_t data_length,
+                      const Locale &locale);
 };
 
 #endif /* #if !UCONFIG_NO_FORMATTING */