Lines Matching refs:unum_setAttribute
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()
333 unum_setAttribute(format, UNUM_MIN_FRACTION_DIGITS, minDecimalDigits); in u_printf_double_handler()
334 unum_setAttribute(format, UNUM_MAX_FRACTION_DIGITS, maxDecimalDigits); in u_printf_double_handler()
383 unum_setAttribute(format, UNUM_MIN_INTEGER_DIGITS, info->fPrecision); in u_printf_integer_handler()
400 unum_setAttribute(format, UNUM_MIN_INTEGER_DIGITS, minDigits); in u_printf_integer_handler()
514 unum_setAttribute(format, UNUM_MIN_INTEGER_DIGITS, info->fPrecision); in u_printf_uinteger_handler()
528 unum_setAttribute(format, UNUM_MIN_INTEGER_DIGITS, minDigits); in u_printf_uinteger_handler()
619 unum_setAttribute(format, UNUM_FRACTION_DIGITS, info->fPrecision); in u_printf_scientific_handler()
622 unum_setAttribute(format, UNUM_MIN_FRACTION_DIGITS, 1); in u_printf_scientific_handler()
623 unum_setAttribute(format, UNUM_MAX_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()
650 unum_setAttribute(format, UNUM_MIN_FRACTION_DIGITS, minDecimalDigits); in u_printf_scientific_handler()
651 unum_setAttribute(format, UNUM_MAX_FRACTION_DIGITS, maxDecimalDigits); 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()
733 unum_setAttribute(format, UNUM_MIN_FRACTION_DIGITS, minDecimalDigits); in u_printf_percent_handler()
734 unum_setAttribute(format, UNUM_MAX_FRACTION_DIGITS, maxDecimalDigits); in u_printf_percent_handler()
842 unum_setAttribute(format, UNUM_SIGNIFICANT_DIGITS_USED, TRUE); in u_printf_scidbl_handler()
843 unum_setAttribute(format, UNUM_MAX_SIGNIFICANT_DIGITS, significantDigits); in u_printf_scidbl_handler()
846 unum_setAttribute(format, UNUM_MAX_SIGNIFICANT_DIGITS, maxSigDecimalDigits); in u_printf_scidbl_handler()
847 unum_setAttribute(format, UNUM_SIGNIFICANT_DIGITS_USED, FALSE); in u_printf_scidbl_handler()
905 unum_setAttribute(format, UNUM_FRACTION_DIGITS, info->fPrecision); in u_printf_spellout_handler()
910 unum_setAttribute(format, UNUM_FRACTION_DIGITS, 6); in u_printf_spellout_handler()
914 unum_setAttribute(format, UNUM_FRACTION_DIGITS, 6); in u_printf_spellout_handler()
931 unum_setAttribute(format, UNUM_MIN_FRACTION_DIGITS, minDecimalDigits); in u_printf_spellout_handler()
932 unum_setAttribute(format, UNUM_MAX_FRACTION_DIGITS, maxDecimalDigits); in u_printf_spellout_handler()