X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/f59164e3d128c7675a4d3934206346a3384e53a5..f3c0d7a59d99c2a94c6b8822291f0e42be3773c9:/icuSources/test/intltest/itrbnf.h diff --git a/icuSources/test/intltest/itrbnf.h b/icuSources/test/intltest/itrbnf.h index 8d52555a..540b8033 100644 --- a/icuSources/test/intltest/itrbnf.h +++ b/icuSources/test/intltest/itrbnf.h @@ -1,3 +1,5 @@ +// © 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 * @@ -143,6 +145,8 @@ class IntlTestRBNF : public IntlTest { void TestInfinityNaN(); void TestVariableDecimalPoint(); void TestRounding(); + void TestLargeNumbers(); + void TestCompactDecimalFormatStyle(); protected: virtual void doTest(RuleBasedNumberFormat* formatter, const char* const testData[][2], UBool testParsing);