X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/729e4ab9bc6618bc3d8a898e575df7f4019e29ca..HEAD:/icuSources/test/intltest/regcoll.h?ds=inline diff --git a/icuSources/test/intltest/regcoll.h b/icuSources/test/intltest/regcoll.h index 07f5a7e1..424acb2b 100644 --- a/icuSources/test/intltest/regcoll.h +++ b/icuSources/test/intltest/regcoll.h @@ -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-2009, International Business Machines Corporation and + * Copyright (c) 1997-2014, International Business Machines Corporation and * others. All Rights Reserved. ********************************************************************/ @@ -224,10 +226,22 @@ public: // void Test4146160(/* char* par */); - // Ticket 7189 - // - // nextSortKeyPart incorrect for EO_S1 collation - void TestT7189(); + 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: //------------------------------------------------------------------------ @@ -242,6 +256,7 @@ private: RuleBasedCollator *en_us; + void caseFirstCompressionSub(Collator *col, UnicodeString opt); }; #endif /* #if !UCONFIG_NO_COLLATION */