Searched refs:UNUM_MIN_INTEGER_DIGITS (Results 1 - 1 of 1) sorted by relevance

/dalvik/libcore/icu/src/main/java/com/ibm/icu4jni/text/
H A DNativeDecimalFormat.java65 private static final int UNUM_MIN_INTEGER_DIGITS = 4; field in class:NativeDecimalFormat
358 return getAttribute(this.addr, UNUM_MIN_INTEGER_DIGITS);
441 setAttribute(this.addr, UNUM_MIN_INTEGER_DIGITS, value);

Completed in 4 milliseconds