]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/test/cintltst/cnmdptst.h
ICU-62107.0.1.tar.gz
[apple/icu.git] / icuSources / test / cintltst / cnmdptst.h
index c437490fabf909ea2a7ad0208f5624d5c28ab5ea..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, 2007 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
 
@@ -55,6 +58,8 @@ static void roundingTest2(UNumberFormat*, double, int32_t, const char*);
 
 static void TestCurrencyKeywords(void);
 
+static void TestGetKeywordValuesForLocale(void);
+
 #endif /* #if !UCONFIG_NO_FORMATTING */
 
 #endif