]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/test/intltest/apicoll.h
ICU-8.11.tar.gz
[apple/icu.git] / icuSources / test / intltest / apicoll.h
index d08400c14403d3afccb19ce09761bae62d44af95..f3a4d2a7fda41c5e19733b18d6a11f963e5f51f9 100644 (file)
@@ -1,6 +1,6 @@
 /***********************************************************************
  * COPYRIGHT: 
- * Copyright (c) 1997-2004, International Business Machines Corporation
+ * Copyright (c) 1997-2006, International Business Machines Corporation
  * and others. All Rights Reserved.
  ***********************************************************************/
 
@@ -164,11 +164,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 */