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

Unified Diff: third_party/icu/source/tools/toolutil/swapimpl.cpp

Issue 1566001: Update icudt42.dll ... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years, 9 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 | « third_party/icu/source/i18n/colldata.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/icu/source/tools/toolutil/swapimpl.cpp
===================================================================
--- third_party/icu/source/tools/toolutil/swapimpl.cpp (revision 42287)
+++ third_party/icu/source/tools/toolutil/swapimpl.cpp (working copy)
@@ -541,11 +541,8 @@
const uint8_t *inBytes;
uint8_t *outBytes;
- const int32_t *inIndexes;
- int32_t indexes[32];
+ int32_t offset;
- int32_t i, offset, count;
-
/* udata_swapDataHeader checks the arguments */
headerSize=udata_swapDataHeader(ds, inData, length, outData, pErrorCode);
if(pErrorCode==NULL || U_FAILURE(*pErrorCode)) {
« no previous file with comments | « third_party/icu/source/i18n/colldata.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698