]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/test/intltest/regcoll.h
ICU-62123.0.1.tar.gz
[apple/icu.git] / icuSources / test / intltest / regcoll.h
index a9a90e2201812d195cf29d4b1c5595932b19e589..424acb2b7b1cf0300dc152d1ecbf86c664365194 100644 (file)
@@ -1,6 +1,8 @@
+// © 2016 and later: Unicode, Inc. and others.
+// License & terms of use: http://www.unicode.org/copyright.html
 /********************************************************************
  * COPYRIGHT: 
- * Copyright (c) 1997-2001, International Business Machines Corporation and
+ * Copyright (c) 1997-2014, International Business Machines Corporation and
  * others. All Rights Reserved.
  ********************************************************************/
 
@@ -224,6 +226,23 @@ public:
     //
     void Test4146160(/* char* par */);
 
+    void Test4179216();
+
+    // Ticket 7189
+    //
+    // nextSortKeyPart incorrect for EO_S1 collation
+    //
+    void TestT7189();
+
+    // Ticket 8624
+    //
+    // Tertiary value compression problem with case first option enabled
+    //
+    void TestCaseFirstCompression();
+
+    void TestTrailingComment();
+    void TestBeforeWithTooStrongAfter();
+
 private:
     //------------------------------------------------------------------------
     // Internal utilities
@@ -237,6 +256,7 @@ private:
 
     RuleBasedCollator *en_us;
 
+    void caseFirstCompressionSub(Collator *col, UnicodeString opt);
 };
 
 #endif /* #if !UCONFIG_NO_COLLATION */