]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/test/cintltst/cnmdptst.h
ICU-66108.tar.gz
[apple/icu.git] / icuSources / test / cintltst / cnmdptst.h
index 38b4a2a9d7b6e26f006e004c5b5f4dc41e80c36b..57484ea3d2edf9e40da5e2d9ec3c5b78d424c3e3 100644 (file)
@@ -1,6 +1,8 @@
+// © 2016 and later: Unicode, Inc. and others.
+// License & terms of use: http://www.unicode.org/copyright.html
 /********************************************************************
  * COPYRIGHT: 
- * Copyright (c) 1997-2003, International Business Machines Corporation and
+ * Copyright (c) 1997-2003, 2007-2009 International Business Machines Corporation and
  * others. All Rights Reserved.
  ********************************************************************/
 /********************************************************************************
@@ -18,6 +20,7 @@
 #define _CNUMDEPTST
 
 #include "unicode/utypes.h"
+#include "unicode/unum.h"
 
 #if !UCONFIG_NO_FORMATTING
 
@@ -38,6 +41,9 @@ static void TestCurrencySign(void);
 /* Test proper rounding by the format method.*/
 static void TestRounding487(void);
 
+/* Test proper handling of rounding modes. */
+static void TestRounding5350(void);
+
 /* Test localized currency patterns. */
 static void TestCurrency(void);
 
@@ -48,9 +54,12 @@ static void TestSecondaryGrouping(void);
 
 /*Internal functions used*/
 static void roundingTest(UNumberFormat*, double,  int32_t, const char*);
+static void roundingTest2(UNumberFormat*, double, int32_t, const char*);
 
 static void TestCurrencyKeywords(void);
 
+static void TestGetKeywordValuesForLocale(void);
+
 #endif /* #if !UCONFIG_NO_FORMATTING */
 
 #endif