Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(243)

Unified Diff: source/tools/toolutil/collationinfo.h

Issue 1621843002: ICU 56 update step 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@561
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « source/tools/pkgdata/pkgdata.vcxproj.filters ('k') | source/tools/toolutil/collationinfo.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « source/tools/pkgdata/pkgdata.vcxproj.filters ('k') | source/tools/toolutil/collationinfo.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698