]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/test/cintltst/cloctst.h
ICU-6.2.4.tar.gz
[apple/icu.git] / icuSources / test / cintltst / cloctst.h
index 2bae03b91cc4baad40d94dcc5d613179e43e96f8..b419119804ff873c9ba66d91f1eb39ae186ead09 100644 (file)
@@ -1,6 +1,6 @@
 /********************************************************************
  * COPYRIGHT: 
- * Copyright (c) 1997-2003, International Business Machines Corporation and
+ * Copyright (c) 1997-2004, International Business Machines Corporation and
  * others. All Rights Reserved.
  ********************************************************************/
 /********************************************************************************
@@ -61,22 +61,42 @@ static  void TestDisplayNames(void);
  **/
  static void TestVariantParsing(void);
 
- /* Make sure that the locale data is good. */
- static void TestLocaleStructure(void);
+ /* Make sure we can pass "de_DE@Collation=PHONEBOOK" */
+ static void MoreVariants(void);
+ /* Test getting keyword enumeratin */
+ static void TestKeywordVariants(void);
 
- /* Make sure that Country information is the same across locales, within reason. */
- static void TestConsistentCountryInfo(void);
+ static void TestKeywordSet(void);
+ static void TestKeywordSetError(void);
+
+ /* Test getting keyword values */
+ static void TestKeywordVariantParsing(void);
+ /* Test warning for no data in getDisplay* */
+ static void TestDisplayNameWarning(void);
 
 /**
  * routine to perform subtests, used by TestDisplayNames
  */
  static void doTestDisplayNames(const char* inLocale, int32_t compareIndex);
 
+ static void TestCanonicalization(void);
+
+ static void TestDisplayKeywords(void);
+
+ static void TestDisplayKeywordValues(void);
+
+ static void TestGetBaseName(void);
+
+static void TestGetLocale(void);
+
 /**
  * additional intialization for datatables storing expected values
  */
 static void setUpDataTable(void);
 static void cleanUpDataTable(void);
-void displayDataTable(void);
+/*static void displayDataTable(void);*/
+static void TestAcceptLanguage(void);
 
 #endif