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

  /external/chromium_org/third_party/icu/source/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...]
  /external/icu4c/i18n/unicode/
unum.h 757 UNUM_MIN_INTEGER_DIGITS,
851 * UNUM_DECIMAL_ALWAYS_SHOWN, UNUM_MAX_INTEGER_DIGITS, UNUM_MIN_INTEGER_DIGITS, UNUM_INTEGER_DIGITS,
874 * 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;
351 return getAttribute(this.address, UNUM_MIN_INTEGER_DIGITS);
438 setAttribute(this.address, UNUM_MIN_INTEGER_DIGITS, value);

Completed in 44 milliseconds