]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/test/cintltst/cnmdptst.h
ICU-511.35.tar.gz
[apple/icu.git] / icuSources / test / cintltst / cnmdptst.h
index 0d8dd73b4bd2fbb36b2addc96a047ded1f552958..c75954bd04434a62f8c602b2733f79d912ad1970 100644 (file)
@@ -1,6 +1,6 @@
 /********************************************************************
  * COPYRIGHT: 
- * Copyright (c) 1997-2001, International Business Machines Corporation and
+ * Copyright (c) 1997-2003, 2007-2009 International Business Machines Corporation and
  * others. All Rights Reserved.
  ********************************************************************/
 /********************************************************************************
@@ -38,6 +38,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,6 +51,11 @@ 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 */