/***********************************************************************
* COPYRIGHT:
- * Copyright (c) 1997-2004, International Business Machines Corporation
+ * Copyright (c) 1997-2011, International Business Machines Corporation
* and others. All Rights Reserved.
***********************************************************************/
* This tests the sort keys generated by collator
*/
void TestSortKey();
+ void TestSortKeyOverflow();
/**
* This tests getMaxExpansion
*/
void TestNULLCharTailoring();
+ void TestClone();
private:
// If this is too small for the test data, just increase it.
// Just don't make it too large, otherwise the executable will get too big
enum EToken_Len { MAX_TOKEN_LEN = 16 };
+ void dump(UnicodeString msg, RuleBasedCollator* c, UErrorCode& status);
+
};
#endif /* #if !UCONFIG_NO_COLLATION */