Home
last modified time | relevance | path

Searched refs:UNUM_FRACTION_DIGITS (Results 1 – 4 of 4) sorted by relevance

/external/icu4c/io/
Duprntf_p.c307 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()
899 unum_setAttribute(format, UNUM_FRACTION_DIGITS, info->fPrecision); in u_printf_spellout_handler()
[all …]
/external/icu4c/test/cintltst/
Dcurrtest.c176 unum_setAttribute(fmt, UNUM_FRACTION_DIGITS, 0); in TestFractionDigitOverride()
183 unum_setAttribute(fmt, UNUM_FRACTION_DIGITS, 3); in TestFractionDigitOverride()
/external/icu4c/i18n/unicode/
Dunum.h549 UNUM_FRACTION_DIGITS, enumerator
/external/icu4c/i18n/
Dunum.cpp419 case UNUM_FRACTION_DIGITS: in unum_getAttribute()
507 case UNUM_FRACTION_DIGITS: in unum_setAttribute()