Imported Upstream version 58.2
[platform/upstream/icu.git] / source / test / cintltst / cloctst.h
index a544f31..c9f2532 100644 (file)
@@ -1,6 +1,8 @@
+// Copyright (C) 2016 and later: Unicode, Inc. and others.
+// License & terms of use: http://www.unicode.org/copyright.html
 /********************************************************************
  * COPYRIGHT:
- * Copyright (c) 1997-2010, International Business Machines Corporation and
+ * Copyright (c) 1997-2014, International Business Machines Corporation and
  * others. All Rights Reserved.
  ********************************************************************/
 /********************************************************************************
@@ -122,4 +124,15 @@ static void TestLikelySubtags(void);
  */
 static void TestForLanguageTag(void);
 static void TestToLanguageTag(void);
+
+static void TestToUnicodeLocaleKey(void);
+static void TestToLegacyKey(void);
+static void TestToUnicodeLocaleType(void);
+static void TestToLegacyType(void);
+
+/**
+ * locale data
+ */
+static void TestEnglishExemplarCharacters(void);
+
 #endif