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

Unified Diff: source/i18n/decNumber.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/i18n/dcfmtsym.cpp ('k') | source/i18n/decimalformatpattern.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/i18n/decNumber.c
diff --git a/source/i18n/decNumber.c b/source/i18n/decNumber.c
index 08485407db6bce0629600dc7018d970698a6654a..bac3ade96cd2a518b3666867e354482ad5a7ad40 100644
--- a/source/i18n/decNumber.c
+++ b/source/i18n/decNumber.c
@@ -1,7 +1,7 @@
/* ------------------------------------------------------------------ */
/* Decimal Number arithmetic module */
/* ------------------------------------------------------------------ */
-/* Copyright (c) IBM Corporation, 2000-2012. All rights reserved. */
+/* Copyright (c) IBM Corporation, 2000-2014. All rights reserved. */
/* */
/* This software is made available under the terms of the */
/* ICU License -- ICU 1.8.1 and later. */
@@ -215,7 +215,9 @@ static const Unit uarrone[1]={1}; /* Unit array of 1, used for incrementing *
/* ------------------------------------------------------------------ */
/* round-for-reround digits */
/* ------------------------------------------------------------------ */
+#if 0
static const uByte DECSTICKYTAB[10]={1,1,2,3,4,6,6,7,8,9}; /* used if sticky */
+#endif
/* ------------------------------------------------------------------ */
/* Powers of ten (powers[n]==10**n, 0<=n<=9) */
« no previous file with comments | « source/i18n/dcfmtsym.cpp ('k') | source/i18n/decimalformatpattern.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698