+// © 2016 and later: Unicode, Inc. and others.
+// License & terms of use: http://www.unicode.org/copyright.html
/*
*******************************************************************************
* Copyright (C) 1996-2015, International Business Machines Corporation and *
void TestInfinityNaN();
void TestVariableDecimalPoint();
void TestRounding();
+ void TestLargeNumbers();
+ void TestCompactDecimalFormatStyle();
protected:
virtual void doTest(RuleBasedNumberFormat* formatter, const char* const testData[][2], UBool testParsing);