]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/test/intltest/regcoll.h
ICU-511.27.tar.gz
[apple/icu.git] / icuSources / test / intltest / regcoll.h
index a9a90e2201812d195cf29d4b1c5595932b19e589..54fb280553f6e8f291f674aedc02e09c398c6e8f 100644 (file)
@@ -1,6 +1,6 @@
 /********************************************************************
  * COPYRIGHT: 
- * Copyright (c) 1997-2001, International Business Machines Corporation and
+ * Copyright (c) 1997-2011, International Business Machines Corporation and
  * others. All Rights Reserved.
  ********************************************************************/
 
@@ -224,6 +224,18 @@ public:
     //
     void Test4146160(/* char* par */);
 
+    // Ticket 7189
+    //
+    // nextSortKeyPart incorrect for EO_S1 collation
+    //
+    void TestT7189();
+
+    // Ticket 8624
+    //
+    // Tertiary value compression problem with case first option enabled
+    //
+    void TestCaseFirstCompression();
+
 private:
     //------------------------------------------------------------------------
     // Internal utilities
@@ -237,6 +249,7 @@ private:
 
     RuleBasedCollator *en_us;
 
+    void caseFirstCompressionSub(Collator *col, UnicodeString opt);
 };
 
 #endif /* #if !UCONFIG_NO_COLLATION */