Searched refs:UNUM_FRACTION_DIGITS (Results 1 – 4 of 4) sorted by relevance
/external/icu/icu4c/source/io/ |
D | uprntf_p.c | 307 unum_setAttribute(format, UNUM_FRACTION_DIGITS, info->fPrecision); in u_printf_double_handler() 312 unum_setAttribute(format, UNUM_FRACTION_DIGITS, 6); in u_printf_double_handler() 316 unum_setAttribute(format, UNUM_FRACTION_DIGITS, 6); in u_printf_double_handler() 619 unum_setAttribute(format, UNUM_FRACTION_DIGITS, info->fPrecision); in u_printf_scientific_handler() 629 unum_setAttribute(format, UNUM_FRACTION_DIGITS, 6); in u_printf_scientific_handler() 633 unum_setAttribute(format, UNUM_FRACTION_DIGITS, 6); in u_printf_scientific_handler() 707 unum_setAttribute(format, UNUM_FRACTION_DIGITS, info->fPrecision); in u_printf_percent_handler() 712 unum_setAttribute(format, UNUM_FRACTION_DIGITS, 6); in u_printf_percent_handler() 716 unum_setAttribute(format, UNUM_FRACTION_DIGITS, 6); in u_printf_percent_handler() 905 unum_setAttribute(format, UNUM_FRACTION_DIGITS, info->fPrecision); in u_printf_spellout_handler() [all …]
|
/external/icu/icu4c/source/test/cintltst/ |
D | currtest.c | 176 unum_setAttribute(fmt, UNUM_FRACTION_DIGITS, 2); in TestFractionDigitOverride() 183 unum_setAttribute(fmt, UNUM_FRACTION_DIGITS, 3); in TestFractionDigitOverride()
|
/external/icu/icu4c/source/i18n/unicode/ |
D | unum.h | 861 UNUM_FRACTION_DIGITS, enumerator
|
/external/icu/icu4c/source/i18n/ |
D | decimfmt.cpp | 5465 case UNUM_FRACTION_DIGITS: 5570 case UNUM_FRACTION_DIGITS:
|