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()
905 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, 2); in TestFractionDigitOverride()
183 unum_setAttribute(fmt, UNUM_FRACTION_DIGITS, 3); in TestFractionDigitOverride()
/external/icu4c/i18n/unicode/
Dunum.h751 UNUM_FRACTION_DIGITS, enumerator
/external/icu4c/i18n/
Ddecimfmt.cpp5422 case UNUM_FRACTION_DIGITS: in setAttribute()
5519 case UNUM_FRACTION_DIGITS: in getAttribute()