HomeSort by relevance Sort by last modified time
    Searched defs:UNUM_MIN_INTEGER_DIGITS (Results 1 - 2 of 2) sorted by null

  /external/icu4c/i18n/unicode/
unum.h 635 UNUM_MIN_INTEGER_DIGITS,
678 * UNUM_DECIMAL_ALWAYS_SHOWN, UNUM_MAX_INTEGER_DIGITS, UNUM_MIN_INTEGER_DIGITS, UNUM_INTEGER_DIGITS,
700 * UNUM_DECIMAL_ALWAYS_SHOWN, UNUM_MAX_INTEGER_DIGITS, UNUM_MIN_INTEGER_DIGITS, UNUM_INTEGER_DIGITS,
    [all...]
  /libcore/luni/src/main/java/libcore/icu/
NativeDecimalFormat.java 64 private static final int UNUM_MIN_INTEGER_DIGITS = 4;
346 return getAttribute(this.address, UNUM_MIN_INTEGER_DIGITS);
433 setAttribute(this.address, UNUM_MIN_INTEGER_DIGITS, value);

Completed in 191 milliseconds