]> 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 07f5a7e18f09014a97f5554ec38254fb7930ba7e..54fb280553f6e8f291f674aedc02e09c398c6e8f 100644 (file)
@@ -1,6 +1,6 @@
 /********************************************************************
  * COPYRIGHT: 
- * Copyright (c) 1997-2009, International Business Machines Corporation and
+ * Copyright (c) 1997-2011, International Business Machines Corporation and
  * others. All Rights Reserved.
  ********************************************************************/
 
@@ -224,10 +224,17 @@ public:
     //
     void Test4146160(/* char* par */);
 
-       // Ticket 7189
-       //
-       // nextSortKeyPart incorrect for EO_S1 collation
-       void TestT7189();
+    // Ticket 7189
+    //
+    // nextSortKeyPart incorrect for EO_S1 collation
+    //
+    void TestT7189();
+
+    // Ticket 8624
+    //
+    // Tertiary value compression problem with case first option enabled
+    //
+    void TestCaseFirstCompression();
 
 private:
     //------------------------------------------------------------------------
@@ -242,6 +249,7 @@ private:
 
     RuleBasedCollator *en_us;
 
+    void caseFirstCompressionSub(Collator *col, UnicodeString opt);
 };
 
 #endif /* #if !UCONFIG_NO_COLLATION */