Пример #1
0
 public String getPositiveSuffix() {
   return NativeDecimalFormat.getTextAttribute(
       this.addr, UNumberFormatTextAttribute.UNUM_POSITIVE_SUFFIX.ordinal());
 }
Пример #2
0
 public String getNegativePrefix() {
   return NativeDecimalFormat.getTextAttribute(
       this.addr, UNumberFormatTextAttribute.UNUM_NEGATIVE_PREFIX.ordinal());
 }