/************************************************************************
* COPYRIGHT:
- * Copyright (c) 1997-2010, International Business Machines Corporation
+ * Copyright (c) 1997-2012, International Business Machines Corporation
* and others. All Rights Reserved.
************************************************************************/
/* Port of ICU4J rounding test. */
void TestRounding(void);
+ void TestRoundingPattern(void);
+
void TestNonpositiveMultiplier(void);
void TestNumberingSystems();
void TestCurrencyFractionDigits();
void TestExponentParse();
+ void TestExplicitParents();
+ void TestAvailableNumberingSystems();
+ void Test9087();
+ void TestFormatFastpaths();
+
+ void TestFormattableSize();
+
+ void TestEnumSet();
private: