HomeSort by relevance Sort by last modified time
    Searched refs:UNUM_MIN_FRACTION_DIGITS (Results 1 - 4 of 4) sorted by null

  /external/icu4c/io/
uprntf_p.c 301 minDecimalDigits = unum_getAttribute(format, UNUM_MIN_FRACTION_DIGITS);
333 unum_setAttribute(format, UNUM_MIN_FRACTION_DIGITS, minDecimalDigits);
612 minDecimalDigits = unum_getAttribute(format, UNUM_MIN_FRACTION_DIGITS);
622 unum_setAttribute(format, UNUM_MIN_FRACTION_DIGITS, 1);
650 unum_setAttribute(format, UNUM_MIN_FRACTION_DIGITS, minDecimalDigits);
701 minDecimalDigits = unum_getAttribute(format, UNUM_MIN_FRACTION_DIGITS);
733 unum_setAttribute(format, UNUM_MIN_FRACTION_DIGITS, minDecimalDigits);
899 minDecimalDigits = unum_getAttribute(format, UNUM_MIN_FRACTION_DIGITS);
931 unum_setAttribute(format, UNUM_MIN_FRACTION_DIGITS, minDecimalDigits);
    [all...]
  /libcore/luni/src/main/java/libcore/icu/
NativeDecimalFormat.java 67 private static final int UNUM_MIN_FRACTION_DIGITS = 7;
342 return getAttribute(this.address, UNUM_MIN_FRACTION_DIGITS);
429 setAttribute(this.address, UNUM_MIN_FRACTION_DIGITS, value);
  /external/icu4c/i18n/unicode/
unum.h 695 UNUM_MIN_FRACTION_DIGITS,
733 * UNUM_MAX_FRACTION_DIGITS, UNUM_MIN_FRACTION_DIGITS, UNUM_FRACTION_DIGITS, UNUM_MULTIPLIER,
755 * UNUM_MAX_FRACTION_DIGITS, UNUM_MIN_FRACTION_DIGITS, UNUM_FRACTION_DIGITS, UNUM_MULTIPLIER,
    [all...]
  /external/icu4c/i18n/
unum.cpp 483 case UNUM_MIN_FRACTION_DIGITS:
569 case UNUM_MIN_FRACTION_DIGITS:

Completed in 708 milliseconds