]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/test/intltest/numfmtst.h
ICU-511.34.tar.gz
[apple/icu.git] / icuSources / test / intltest / numfmtst.h
index cd487f212883225dfc5401d0b365dd2998329635..d46add7ca3a870e0a1c0644016f05fba8ab6f309 100644 (file)
@@ -1,6 +1,6 @@
 /************************************************************************
  * COPYRIGHT:
- * Copyright (c) 1997-2010, International Business Machines Corporation
+ * Copyright (c) 1997-2012, International Business Machines Corporation
  * and others. All Rights Reserved.
  ************************************************************************/
 
@@ -130,6 +130,8 @@ class NumberFormatTest: public CalendarTimeZoneTest {
     /* Port of ICU4J rounding test. */
     void TestRounding(void);
 
+    void TestRoundingPattern(void);
+
     void TestNonpositiveMultiplier(void);
 
     void TestNumberingSystems();
@@ -151,6 +153,14 @@ class NumberFormatTest: public CalendarTimeZoneTest {
     void TestCurrencyFractionDigits();
 
     void TestExponentParse();
+    void TestExplicitParents();
+    void TestAvailableNumberingSystems();
+    void Test9087();
+    void TestFormatFastpaths();
+
+    void TestFormattableSize();
+
+    void TestEnumSet();
 
  private: