]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/test/cintltst/capitst.h
ICU-62107.0.1.tar.gz
[apple/icu.git] / icuSources / test / cintltst / capitst.h
index d329cb791723172c06a560cd860566e61b768f0b..0dd20dcdc65cb571a16355bb77a39b24b10bd05c 100644 (file)
@@ -1,7 +1,8 @@
+// © 2016 and later: Unicode, Inc. and others.
+// License & terms of use: http://www.unicode.org/copyright.html
 /********************************************************************
- * COPYRIGHT: 
- * Copyright (c) 1997-2005, International Business Machines Corporation and
- * others. All Rights Reserved.
+ * Copyright (c) 1997-2013 International Business Machines 
+ * Corporation and others. All Rights Reserved.
  ********************************************************************/
 /********************************************************************************
 *
@@ -10,6 +11,7 @@
 * Modification History:
 *        Name                     Description            
 *     Madhu Katragadda            Converted to C
+*     Brian Rower                 Added TestOpenVsOpenRules
 *********************************************************************************
 *//* C API TEST For COLLATOR */
 
      **/
     void TestCloneBinary(void);
 
+    /**
+     * Test ucol_open() vs. ucol_openRules()
+     **/
+    void TestOpenVsOpenRules(void);
+
     /**
      * Test getting bounds for a sortkey
      */
      */
     void TestMergeSortKeys(void);
 
-    /**
-     * utility function, defined in cmsccoll.c
-     */
-    void genericLocaleStarter(const char *locale, const char *s[], uint32_t size);
-
-
     /** 
      * test short string and collator identifier functions
      */
      * Test funny stuff with open binary
      */
     static void TestOpenBinary(void);
+
+    /**
+     * Test getKeywordValuesForLocale API
+     */
+    static void TestGetKeywordValuesForLocale(void);
+
+    /**
+     * test strcoll with null arg
+     */
+    static void TestStrcollNull(void);
+
 #endif /* #if !UCONFIG_NO_COLLATION */
 
 #endif