ICU-5157 add preprocessor defines
X-SVN-Rev: 20262
This commit is contained in:
parent
b67ed965d6
commit
43a4201435
@ -3301,7 +3301,7 @@ public class DecimalFormat extends NumberFormat {
|
|||||||
pos.setEndIndex(end);
|
pos.setEndIndex(end);
|
||||||
attributes.add(pos);
|
attributes.add(pos);
|
||||||
}
|
}
|
||||||
|
//#ifndef FOUNDATION
|
||||||
// [Spark/CDL] format the object to an attributed string,
|
// [Spark/CDL] format the object to an attributed string,
|
||||||
// and return the corresponding iterator
|
// and return the corresponding iterator
|
||||||
public AttributedCharacterIterator formatToCharacterIterator(Object obj) {
|
public AttributedCharacterIterator formatToCharacterIterator(Object obj) {
|
||||||
@ -3337,7 +3337,7 @@ public class DecimalFormat extends NumberFormat {
|
|||||||
// return the CharacterIterator from AttributedString
|
// return the CharacterIterator from AttributedString
|
||||||
return as.getIterator();
|
return as.getIterator();
|
||||||
}
|
}
|
||||||
|
//#endif
|
||||||
/**
|
/**
|
||||||
* Append an affix pattern to the given StringBuffer. Localize unquoted
|
* Append an affix pattern to the given StringBuffer. Localize unquoted
|
||||||
* specials.
|
* specials.
|
||||||
|
Loading…
Reference in New Issue
Block a user