/********************************************************************
* COPYRIGHT:
- * Copyright (c) 1997-2013, International Business Machines Corporation and
+ * Copyright (c) 1997-2014, International Business Machines Corporation and
* others. All Rights Reserved.
********************************************************************/
/********************************************************************************
static UChar* myNumformat(const UNumberFormat* numfor, double d);
static int getCurrentYear(void);
+ /**
+ * Test DateFormat override number format API
+ */
+ static void TestOverrideNumberFormat(void);
+
+
#endif /* #if !UCONFIG_NO_FORMATTING */
#endif