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

  /external/chromium_org/third_party/icu/source/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...]
  /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;
339 return getAttribute(this.address, UNUM_MAX_FRACTION_DIGITS);
426 setAttribute(this.address, UNUM_MAX_FRACTION_DIGITS, value);
  /external/chromium_org/third_party/icu/source/i18n/unicode/
unum.h 639 UNUM_MAX_FRACTION_DIGITS,
679 * UNUM_MAX_FRACTION_DIGITS, UNUM_MIN_FRACTION_DIGITS, UNUM_FRACTION_DIGITS, UNUM_MULTIPLIER,
701 * UNUM_MAX_FRACTION_DIGITS, UNUM_MIN_FRACTION_DIGITS, UNUM_FRACTION_DIGITS, UNUM_MULTIPLIER,
    [all...]
  /external/icu4c/i18n/unicode/
unum.h 761 UNUM_MAX_FRACTION_DIGITS,
852 * UNUM_MAX_FRACTION_DIGITS, UNUM_MIN_FRACTION_DIGITS, UNUM_FRACTION_DIGITS, UNUM_MULTIPLIER,
875 * UNUM_MAX_FRACTION_DIGITS, UNUM_MIN_FRACTION_DIGITS, UNUM_FRACTION_DIGITS, UNUM_MULTIPLIER,
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
unum.cpp 508 case UNUM_MAX_FRACTION_DIGITS:
596 case UNUM_MAX_FRACTION_DIGITS:
  /external/chromium_org/third_party/icu/source/test/cintltst/
cnmdptst.c 645 unum_setAttribute(nf, UNUM_MAX_FRACTION_DIGITS, maxFractionDigits);
    [all...]
cnumtst.c     [all...]
  /external/icu4c/test/cintltst/
cnmdptst.c 645 unum_setAttribute(nf, UNUM_MAX_FRACTION_DIGITS, maxFractionDigits);
    [all...]
cnumtst.c     [all...]
  /external/icu4c/i18n/
decimfmt.cpp     [all...]

Completed in 1495 milliseconds