]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/io/ufmt_cmn.c
ICU-551.51.4.tar.gz
[apple/icu.git] / icuSources / io / ufmt_cmn.c
index e4e09033911bfe1947c895909ff5d074a58242ea..90eaf8b7919b6bd093dfc8a3db1c30a3603490b8 100644 (file)
@@ -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