From 43a4201435d00ad70bb640e25dbdb7939071cbd5 Mon Sep 17 00:00:00 2001 From: Ram Viswanadha Date: Fri, 8 Sep 2006 00:42:25 +0000 Subject: [PATCH] ICU-5157 add preprocessor defines X-SVN-Rev: 20262 --- icu4j/src/com/ibm/icu/text/DecimalFormat.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/icu4j/src/com/ibm/icu/text/DecimalFormat.java b/icu4j/src/com/ibm/icu/text/DecimalFormat.java index 928681276b..a02d823714 100755 --- a/icu4j/src/com/ibm/icu/text/DecimalFormat.java +++ b/icu4j/src/com/ibm/icu/text/DecimalFormat.java @@ -3301,7 +3301,7 @@ public class DecimalFormat extends NumberFormat { pos.setEndIndex(end); attributes.add(pos); } - +//#ifndef FOUNDATION // [Spark/CDL] format the object to an attributed string, // and return the corresponding iterator public AttributedCharacterIterator formatToCharacterIterator(Object obj) { @@ -3337,7 +3337,7 @@ public class DecimalFormat extends NumberFormat { // return the CharacterIterator from AttributedString return as.getIterator(); } - +//#endif /** * Append an affix pattern to the given StringBuffer. Localize unquoted * specials.