Index: source/tools/toolutil/collationinfo.h |
diff --git a/source/tools/toolutil/collationinfo.h b/source/tools/toolutil/collationinfo.h |
index dd61f8ec1028ec699f7ef406c27d60cd9669ba45..dac12d2d48149f478bc8a5d31491b72adebc0aec 100644 |
--- a/source/tools/toolutil/collationinfo.h |
+++ b/source/tools/toolutil/collationinfo.h |
@@ -1,6 +1,6 @@ |
/* |
******************************************************************************* |
-* Copyright (C) 2013-2014, International Business Machines |
+* Copyright (C) 2013-2015, International Business Machines |
* Corporation and others. All Rights Reserved. |
******************************************************************************* |
* collationinfo.h |
@@ -18,12 +18,15 @@ |
U_NAMESPACE_BEGIN |
+struct CollationData; |
+ |
/** |
* Collation-related code for tools & demos. |
*/ |
class U_TOOLUTIL_API CollationInfo /* all static */ { |
public: |
static void printSizes(int32_t sizeWithHeader, const int32_t indexes[]); |
+ static void printReorderRanges(const CollationData &data, const int32_t *codes, int32_t length); |
private: |
CollationInfo(); // no constructor |