X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/b75a7d8f3b4adbae880cab104ce2c6a50eee4db2..151279e3792e85d0417b499c229886b3af724f55:/icuSources/test/intltest/regcoll.h diff --git a/icuSources/test/intltest/regcoll.h b/icuSources/test/intltest/regcoll.h index a9a90e22..54fb2805 100644 --- a/icuSources/test/intltest/regcoll.h +++ b/icuSources/test/intltest/regcoll.h @@ -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 */