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

Unified Diff: icu52/patches/wpo.patch

Issue 224943002: icu local change part1 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/
Patch Set: function indentation changed Created 6 years, 8 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 | « icu52/patches/vscomp.patch ('k') | icu52/patches/xopen_source.patch » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: icu52/patches/wpo.patch
===================================================================
--- icu52/patches/wpo.patch (revision 261238)
+++ icu52/patches/wpo.patch (working copy)
@@ -1,8 +1,8 @@
Index: source/common/udata.cpp
===================================================================
---- source/common/udata.cpp (revision 68397)
+--- source/common/udata.cpp (revision 259715)
+++ source/common/udata.cpp (working copy)
-@@ -610,7 +610,7 @@
+@@ -621,7 +621,7 @@
* our common data. *
* *
*----------------------------------------------------------------------*/
@@ -11,7 +11,7 @@
/*
* This would be a good place for weak-linkage declarations of
-@@ -656,7 +656,7 @@
+@@ -667,7 +667,7 @@
if(gCommonICUDataArray[commonDataIndex] == NULL) {
int32_t i;
for(i = 0; i < commonDataIndex; ++i) {
@@ -20,7 +20,7 @@
/* The linked-in data is already in the list. */
return NULL;
}
-@@ -675,7 +675,7 @@
+@@ -686,7 +686,7 @@
setCommonICUDataPointer(uprv_getICUData_conversion(), FALSE, pErrorCode);
}
*/
« no previous file with comments | « icu52/patches/vscomp.patch ('k') | icu52/patches/xopen_source.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698