Home
last modified time | relevance | path

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

/external/icu/icu4c/source/io/
Duprntf_p.c309 unum_setAttribute(format, UNUM_FRACTION_DIGITS, info->fPrecision); in u_printf_double_handler()
314 unum_setAttribute(format, UNUM_FRACTION_DIGITS, 6); in u_printf_double_handler()
318 unum_setAttribute(format, UNUM_FRACTION_DIGITS, 6); in u_printf_double_handler()
621 unum_setAttribute(format, UNUM_FRACTION_DIGITS, info->fPrecision); in u_printf_scientific_handler()
631 unum_setAttribute(format, UNUM_FRACTION_DIGITS, 6); in u_printf_scientific_handler()
635 unum_setAttribute(format, UNUM_FRACTION_DIGITS, 6); in u_printf_scientific_handler()
709 unum_setAttribute(format, UNUM_FRACTION_DIGITS, info->fPrecision); in u_printf_percent_handler()
714 unum_setAttribute(format, UNUM_FRACTION_DIGITS, 6); in u_printf_percent_handler()
718 unum_setAttribute(format, UNUM_FRACTION_DIGITS, 6); in u_printf_percent_handler()
907 unum_setAttribute(format, UNUM_FRACTION_DIGITS, info->fPrecision); in u_printf_spellout_handler()
[all …]
/external/icu/icu4c/source/test/cintltst/
Dcurrtest.c179 unum_setAttribute(fmt, UNUM_FRACTION_DIGITS, 2); in TestFractionDigitOverride()
186 unum_setAttribute(fmt, UNUM_FRACTION_DIGITS, 3); in TestFractionDigitOverride()
/external/icu/icu4c/source/i18n/unicode/
Dunum.h913 UNUM_FRACTION_DIGITS, enumerator
/external/icu/icu4c/source/i18n/
Ddecimfmt.cpp3115 case UNUM_FRACTION_DIGITS: in setAttribute()
3228 case UNUM_FRACTION_DIGITS: in getAttribute()