X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/374ca955a76ecab1204ca8bfa63ff9238d998416..4388f060552cc537e71e957d32f35e9d75a61233:/icuSources/test/intltest/apicoll.h diff --git a/icuSources/test/intltest/apicoll.h b/icuSources/test/intltest/apicoll.h index d08400c1..869e6270 100644 --- a/icuSources/test/intltest/apicoll.h +++ b/icuSources/test/intltest/apicoll.h @@ -1,6 +1,6 @@ /*********************************************************************** * COPYRIGHT: - * Copyright (c) 1997-2004, International Business Machines Corporation + * Copyright (c) 1997-2011, International Business Machines Corporation * and others. All Rights Reserved. ***********************************************************************/ @@ -113,6 +113,7 @@ public: * This tests the sort keys generated by collator */ void TestSortKey(); + void TestSortKeyOverflow(); /** * This tests getMaxExpansion @@ -164,11 +165,14 @@ public: */ 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 */