+// © 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.
********************************************************************/
public:
LocaleDisplayNamesTest();
virtual ~LocaleDisplayNamesTest();
-
+
void runIndexedTest(int32_t index, UBool exec, const char* &name, char* par = NULL);
#if !UCONFIG_NO_FORMATTING
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
};