]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/test/intltest/apicoll.h
ICU-511.34.tar.gz
[apple/icu.git] / icuSources / test / intltest / apicoll.h
index d08400c14403d3afccb19ce09761bae62d44af95..869e6270df08781ab443ec15e91eea15c2581f71 100644 (file)
@@ -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 */