summaryrefslogtreecommitdiff
path: root/Build/source/libs/icu-xetex/test/cintltst/cloctst.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/libs/icu-xetex/test/cintltst/cloctst.h')
-rw-r--r--Build/source/libs/icu-xetex/test/cintltst/cloctst.h17
1 files changed, 13 insertions, 4 deletions
diff --git a/Build/source/libs/icu-xetex/test/cintltst/cloctst.h b/Build/source/libs/icu-xetex/test/cintltst/cloctst.h
index b419119804f..bc098b70fb8 100644
--- a/Build/source/libs/icu-xetex/test/cintltst/cloctst.h
+++ b/Build/source/libs/icu-xetex/test/cintltst/cloctst.h
@@ -1,6 +1,6 @@
/********************************************************************
* COPYRIGHT:
- * Copyright (c) 1997-2004, International Business Machines Corporation and
+ * Copyright (c) 1997-2006, International Business Machines Corporation and
* others. All Rights Reserved.
********************************************************************/
/********************************************************************************
@@ -61,9 +61,6 @@ static void TestDisplayNames(void);
**/
static void TestVariantParsing(void);
- /* Make sure we can pass "de_DE@Collation=PHONEBOOK" */
- static void MoreVariants(void);
-
/* Test getting keyword enumeratin */
static void TestKeywordVariants(void);
@@ -99,4 +96,16 @@ static void cleanUpDataTable(void);
/*static void displayDataTable(void);*/
static void TestAcceptLanguage(void);
+/**
+ * test locale aliases
+*/
+static void TestCalendar(void);
+static void TestDateFormat(void);
+static void TestCollation(void);
+static void TestULocale(void);
+static void TestUResourceBundle(void);
+static void TestDisplayName(void);
+
+static void TestAcceptLanguage(void);
+
#endif