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

Unified Diff: source/io/ufmt_cmn.c

Issue 845603002: Update ICU to 54.1 step 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@master
Patch Set: remove unusued directories Created 5 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/io/ufile.c ('k') | source/io/unicode/ustdio.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/io/ufmt_cmn.c
diff --git a/source/io/ufmt_cmn.c b/source/io/ufmt_cmn.c
index e4e09033911bfe1947c895909ff5d074a58242ea..90eaf8b7919b6bd093dfc8a3db1c30a3603490b8 100644
--- a/source/io/ufmt_cmn.c
+++ b/source/io/ufmt_cmn.c
@@ -1,7 +1,7 @@
/*
******************************************************************************
*
-* Copyright (C) 1998-2006, International Business Machines
+* Copyright (C) 1998-2014, International Business Machines
* Corporation and others. All Rights Reserved.
*
******************************************************************************
@@ -25,6 +25,9 @@
#include "unicode/ucnv.h"
#include "ustr_cnv.h"
+#if !UCONFIG_NO_CONVERSION
+
+
#define DIGIT_0 0x0030
#define DIGIT_9 0x0039
#define LOWERCASE_A 0x0061
@@ -251,3 +254,4 @@ ufmt_defaultCPToUnicode(const char *s, int32_t sSize,
}
+#endif
« no previous file with comments | « source/io/ufile.c ('k') | source/io/unicode/ustdio.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698