Searched refs:UNUM_MAX_FRACTION_DIGITS (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/icu/source/io/
H A Duprntf_p.c302 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);
/external/icu/icu4c/source/io/
H A Duprntf_p.c302 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);
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dunum.h836 UNUM_MAX_FRACTION_DIGITS, enumerator in enum:UNumberFormatAttribute
926 * UNUM_MAX_FRACTION_DIGITS, UNUM_MIN_FRACTION_DIGITS, UNUM_FRACTION_DIGITS, UNUM_MULTIPLIER,
949 * UNUM_MAX_FRACTION_DIGITS, UNUM_MIN_FRACTION_DIGITS, UNUM_FRACTION_DIGITS, UNUM_MULTIPLIER,
/external/icu/icu4c/source/i18n/unicode/
H A Dunum.h848 UNUM_MAX_FRACTION_DIGITS, enumerator in enum:UNumberFormatAttribute
936 * UNUM_MAX_FRACTION_DIGITS, UNUM_MIN_FRACTION_DIGITS, UNUM_FRACTION_DIGITS, UNUM_MULTIPLIER,
959 * UNUM_MAX_FRACTION_DIGITS, UNUM_MIN_FRACTION_DIGITS, UNUM_FRACTION_DIGITS, UNUM_MULTIPLIER,
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcnmdptst.c645 unum_setAttribute(nf, UNUM_MAX_FRACTION_DIGITS, maxFractionDigits);
998 unum_setAttribute(nnf, UNUM_MAX_FRACTION_DIGITS, 2);
H A Dcnumtst.c1230 /* unum_setAttribute(fmt, UNUM_MAX_FRACTION_DIGITS, 0); */
1385 unum_setAttribute(fmt, UNUM_MAX_FRACTION_DIGITS, 20);
/external/icu/icu4c/source/test/cintltst/
H A Dcnmdptst.c645 unum_setAttribute(nf, UNUM_MAX_FRACTION_DIGITS, maxFractionDigits);
998 unum_setAttribute(nnf, UNUM_MAX_FRACTION_DIGITS, 2);
H A Dcnumtst.c1233 /* unum_setAttribute(fmt, UNUM_MAX_FRACTION_DIGITS, 0); */
1388 unum_setAttribute(fmt, UNUM_MAX_FRACTION_DIGITS, 20);
/external/icu/icu4c/source/i18n/
H A Ddecimfmt.cpp5385 case UNUM_MAX_FRACTION_DIGITS:
5488 case UNUM_MAX_FRACTION_DIGITS:
/external/chromium_org/third_party/icu/source/i18n/
H A Ddecimfmt.cpp5792 case UNUM_MAX_FRACTION_DIGITS:
5895 case UNUM_MAX_FRACTION_DIGITS:

Completed in 2047 milliseconds