Lines Matching refs:unum_setAttribute

314         unum_setAttribute(format, UNUM_FRACTION_DIGITS, info->fPrecision);  in u_printf_double_handler()
319 unum_setAttribute(format, UNUM_FRACTION_DIGITS, 6); in u_printf_double_handler()
323 unum_setAttribute(format, UNUM_FRACTION_DIGITS, 6); in u_printf_double_handler()
340 unum_setAttribute(format, UNUM_MIN_FRACTION_DIGITS, minDecimalDigits); in u_printf_double_handler()
341 unum_setAttribute(format, UNUM_MAX_FRACTION_DIGITS, maxDecimalDigits); in u_printf_double_handler()
390 unum_setAttribute(format, UNUM_MIN_INTEGER_DIGITS, info->fPrecision); in u_printf_integer_handler()
407 unum_setAttribute(format, UNUM_MIN_INTEGER_DIGITS, minDigits); in u_printf_integer_handler()
523 unum_setAttribute(format, UNUM_MIN_INTEGER_DIGITS, info->fPrecision); in u_printf_uinteger_handler()
537 unum_setAttribute(format, UNUM_MIN_INTEGER_DIGITS, minDigits); in u_printf_uinteger_handler()
629 unum_setAttribute(format, UNUM_FRACTION_DIGITS, info->fPrecision); in u_printf_scientific_handler()
632 unum_setAttribute(format, UNUM_MIN_FRACTION_DIGITS, 1); in u_printf_scientific_handler()
633 unum_setAttribute(format, UNUM_MAX_FRACTION_DIGITS, info->fPrecision); in u_printf_scientific_handler()
639 unum_setAttribute(format, UNUM_FRACTION_DIGITS, 6); in u_printf_scientific_handler()
643 unum_setAttribute(format, UNUM_FRACTION_DIGITS, 6); in u_printf_scientific_handler()
660 unum_setAttribute(format, UNUM_MIN_FRACTION_DIGITS, minDecimalDigits); in u_printf_scientific_handler()
661 unum_setAttribute(format, UNUM_MAX_FRACTION_DIGITS, maxDecimalDigits); in u_printf_scientific_handler()
717 unum_setAttribute(format, UNUM_FRACTION_DIGITS, info->fPrecision); in u_printf_percent_handler()
722 unum_setAttribute(format, UNUM_FRACTION_DIGITS, 6); in u_printf_percent_handler()
726 unum_setAttribute(format, UNUM_FRACTION_DIGITS, 6); in u_printf_percent_handler()
743 unum_setAttribute(format, UNUM_MIN_FRACTION_DIGITS, minDecimalDigits); in u_printf_percent_handler()
744 unum_setAttribute(format, UNUM_MAX_FRACTION_DIGITS, maxDecimalDigits); in u_printf_percent_handler()
854 unum_setAttribute(format, UNUM_SIGNIFICANT_DIGITS_USED, TRUE); in u_printf_scidbl_handler()
855 unum_setAttribute(format, UNUM_MAX_SIGNIFICANT_DIGITS, significantDigits); in u_printf_scidbl_handler()
858 unum_setAttribute(format, UNUM_MAX_SIGNIFICANT_DIGITS, maxSigDecimalDigits); in u_printf_scidbl_handler()
859 unum_setAttribute(format, UNUM_SIGNIFICANT_DIGITS_USED, FALSE); in u_printf_scidbl_handler()
920 unum_setAttribute(format, UNUM_FRACTION_DIGITS, info->fPrecision); in u_printf_spellout_handler()
925 unum_setAttribute(format, UNUM_FRACTION_DIGITS, 6); in u_printf_spellout_handler()
929 unum_setAttribute(format, UNUM_FRACTION_DIGITS, 6); in u_printf_spellout_handler()
946 unum_setAttribute(format, UNUM_MIN_FRACTION_DIGITS, minDecimalDigits); in u_printf_spellout_handler()
947 unum_setAttribute(format, UNUM_MAX_FRACTION_DIGITS, maxDecimalDigits); in u_printf_spellout_handler()