Searched refs:UNUM_MAX_FRACTION_DIGITS (Results 1 – 5 of 5) sorted by relevance
/external/icu/icu4c/source/io/ |
D | uprntf_p.c | 302 maxDecimalDigits = unum_getAttribute(format, UNUM_MAX_FRACTION_DIGITS); in u_printf_double_handler() 334 unum_setAttribute(format, UNUM_MAX_FRACTION_DIGITS, maxDecimalDigits); in u_printf_double_handler() 613 maxDecimalDigits = unum_getAttribute(format, UNUM_MAX_FRACTION_DIGITS); in u_printf_scientific_handler() 623 unum_setAttribute(format, UNUM_MAX_FRACTION_DIGITS, info->fPrecision); in u_printf_scientific_handler() 651 unum_setAttribute(format, UNUM_MAX_FRACTION_DIGITS, maxDecimalDigits); in u_printf_scientific_handler() 702 maxDecimalDigits = unum_getAttribute(format, UNUM_MAX_FRACTION_DIGITS); in u_printf_percent_handler() 734 unum_setAttribute(format, UNUM_MAX_FRACTION_DIGITS, maxDecimalDigits); in u_printf_percent_handler() 900 maxDecimalDigits = unum_getAttribute(format, UNUM_MAX_FRACTION_DIGITS); in u_printf_spellout_handler() 932 unum_setAttribute(format, UNUM_MAX_FRACTION_DIGITS, maxDecimalDigits); in u_printf_spellout_handler()
|
/external/icu/icu4c/source/i18n/unicode/ |
D | unum.h | 896 UNUM_MAX_FRACTION_DIGITS, enumerator
|
/external/icu/icu4c/source/test/cintltst/ |
D | cnmdptst.c | 645 unum_setAttribute(nf, UNUM_MAX_FRACTION_DIGITS, maxFractionDigits); in roundingTest() 998 unum_setAttribute(nnf, UNUM_MAX_FRACTION_DIGITS, 2); in TestRounding5350()
|
D | cnumtst.c | 1394 unum_setAttribute(fmt, UNUM_MAX_FRACTION_DIGITS, 20); in TestInt64Format()
|
/external/icu/icu4c/source/i18n/ |
D | decimfmt.cpp | 3081 case UNUM_MAX_FRACTION_DIGITS: in setAttribute() 3196 case UNUM_MAX_FRACTION_DIGITS: in getAttribute()
|