]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/test/intltest/locnmtst.h
ICU-59117.0.1.tar.gz
[apple/icu.git] / icuSources / test / intltest / locnmtst.h
index 3efd8e3d23f65f89b8831c54aa38f1c12eca03a0..0f84f98b73bfacf9a191c1b3e8251c612e2a9bba 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) 2010-2012, International Business Machines Corporation
+ * COPYRIGHT:
+ * Copyright (c) 2010-2016, International Business Machines Corporation
  * and others. All Rights Reserved.
  ********************************************************************/
 
@@ -14,7 +16,7 @@ class LocaleDisplayNamesTest: public IntlTest {
 public:
     LocaleDisplayNamesTest();
     virtual ~LocaleDisplayNamesTest();
-    
+
     void runIndexedTest(int32_t index, UBool exec, const char* &name, char* par = NULL);
 
 #if !UCONFIG_NO_FORMATTING
@@ -29,9 +31,11 @@ public:
     void TestUldnWithKeywordsAndEverything(void);
     void TestUldnComponents(void);
     void TestRootEtc(void);
-    void TestKeywords(void);
+    void TestCurrencyKeyword(void);
+    void TestUnknownCurrencyKeyword(void);
     void TestUntranslatedKeywords(void);
     void TestPrivateUse(void);
     void TestUldnDisplayContext(void);
+    void TestUldnWithGarbage(void);
 #endif
 };