Exemplo n.º 1
0
 @Override
 public void setMinimumIntegerDigits(int value) {
   NativeDecimalFormat.setAttribute(
       this.addr, UNumberFormatAttribute.UNUM_MIN_INTEGER_DIGITS.ordinal(), value);
 }
Exemplo n.º 2
0
 @Override
 public int getMinimumIntegerDigits() {
   return NativeDecimalFormat.getAttribute(
       this.addr, UNumberFormatAttribute.UNUM_MIN_INTEGER_DIGITS.ordinal());
 }