]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/test/cintltst/cnumtst.h
ICU-491.11.1.tar.gz
[apple/icu.git] / icuSources / test / cintltst / cnumtst.h
index 1a95feec7b799e4765bb196f827119a5e2f71ed8..9115ad3a0853c3e6360df0f4bf3c6e72fd6c2bd1 100644 (file)
@@ -1,6 +1,6 @@
 /********************************************************************
  * COPYRIGHT: 
- * Copyright (c) 1997-2009, International Business Machines Corporation and
+ * Copyright (c) 1997-2011, International Business Machines Corporation and
  * others. All Rights Reserved.
  ********************************************************************/
 /********************************************************************************
@@ -38,6 +38,11 @@ static void TestSpelloutNumberParse(void);
  **/
 static void TestSignificantDigits(void);
 
+/**
+ * The function used to test Number format API rounding with significant digits
+ **/
+static void TestSigDigRounding(void);
+
 /**
  * The function used to test the Number format API with padding
  **/
@@ -60,6 +65,15 @@ static void TestRBNFFormat(void);
  **/
 static void TestCurrencyRegression(void);
 
+/**
+ * Test strict parsing of "0"
+ **/
+static void TestParseZero(void);
+
+/**
+ * Test cloning formatter with RBNF
+ **/
+static void TestCloneWithRBNF(void);
 
 #endif /* #if !UCONFIG_NO_FORMATTING */