/********************************************************************
* COPYRIGHT:
- * Copyright (c) 1997-2001, International Business Machines Corporation and
+ * Copyright (c) 1997-2011, International Business Machines Corporation and
* others. All Rights Reserved.
********************************************************************/
//
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
RuleBasedCollator *en_us;
+ void caseFirstCompressionSub(Collator *col, UnicodeString opt);
};
#endif /* #if !UCONFIG_NO_COLLATION */