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

  /external/icu4c/io/
uprntf_p.c 302 maxDecimalDigits = unum_getAttribute(format, UNUM_MAX_FRACTION_DIGITS);
334 unum_setAttribute(format, UNUM_MAX_FRACTION_DIGITS, maxDecimalDigits);
613 maxDecimalDigits = unum_getAttribute(format, UNUM_MAX_FRACTION_DIGITS);
623 unum_setAttribute(format, UNUM_MAX_FRACTION_DIGITS, info->fPrecision);
651 unum_setAttribute(format, UNUM_MAX_FRACTION_DIGITS, maxDecimalDigits);
702 maxDecimalDigits = unum_getAttribute(format, UNUM_MAX_FRACTION_DIGITS);
734 unum_setAttribute(format, UNUM_MAX_FRACTION_DIGITS, maxDecimalDigits);
900 maxDecimalDigits = unum_getAttribute(format, UNUM_MAX_FRACTION_DIGITS);
932 unum_setAttribute(format, UNUM_MAX_FRACTION_DIGITS, maxDecimalDigits);
    [all...]
  /libcore/luni/src/main/java/libcore/icu/
NativeDecimalFormat.java 66 private static final int UNUM_MAX_FRACTION_DIGITS = 6;
334 return getAttribute(this.address, UNUM_MAX_FRACTION_DIGITS);
421 setAttribute(this.address, UNUM_MAX_FRACTION_DIGITS, value);
  /external/icu4c/i18n/unicode/
unum.h 693 UNUM_MAX_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 480 case UNUM_MAX_FRACTION_DIGITS:
565 case UNUM_MAX_FRACTION_DIGITS:
  /external/icu4c/test/cintltst/
cnmdptst.c 645 unum_setAttribute(nf, UNUM_MAX_FRACTION_DIGITS, maxFractionDigits);
    [all...]
cnumtst.c     [all...]

Completed in 431 milliseconds