/********************************************************************
* COPYRIGHT:
- * Copyright (c) 1997-2004, International Business Machines Corporation and
+ * Copyright (c) 1997-2009, International Business Machines Corporation and
* others. All Rights Reserved.
********************************************************************/
/********************************************************************************
**/
static void TestNumberFormat(void);
+/**
+ * The function used to test parsing of numbers in UNUM_SPELLOUT style
+ **/
+static void TestSpelloutNumberParse(void);
+
/**
* The function used to test significant digits in the Number format API
**/
**/
static void TestRBNFFormat(void);
+/**
+ * Test some Currency stuff
+ **/
+static void TestCurrencyRegression(void);
+
+
#endif /* #if !UCONFIG_NO_FORMATTING */
#endif