Home | History | Annotate | Download | only in io

Lines Matching refs:unum_setAttribute

307         unum_setAttribute(format, UNUM_FRACTION_DIGITS, info->fPrecision);
312 unum_setAttribute(format, UNUM_FRACTION_DIGITS, 6);
316 unum_setAttribute(format, UNUM_FRACTION_DIGITS, 6);
333 unum_setAttribute(format, UNUM_MIN_FRACTION_DIGITS, minDecimalDigits);
334 unum_setAttribute(format, UNUM_MAX_FRACTION_DIGITS, maxDecimalDigits);
383 unum_setAttribute(format, UNUM_MIN_INTEGER_DIGITS, info->fPrecision);
400 unum_setAttribute(format, UNUM_MIN_INTEGER_DIGITS, minDigits);
514 unum_setAttribute(format, UNUM_MIN_INTEGER_DIGITS, info->fPrecision);
528 unum_setAttribute(format, UNUM_MIN_INTEGER_DIGITS, minDigits);
619 unum_setAttribute(format, UNUM_FRACTION_DIGITS, info->fPrecision);
622 unum_setAttribute(format, UNUM_MIN_FRACTION_DIGITS, 1);
623 unum_setAttribute(format, UNUM_MAX_FRACTION_DIGITS, info->fPrecision);
629 unum_setAttribute(format, UNUM_FRACTION_DIGITS, 6);
633 unum_setAttribute(format, UNUM_FRACTION_DIGITS, 6);
650 unum_setAttribute(format, UNUM_MIN_FRACTION_DIGITS, minDecimalDigits);
651 unum_setAttribute(format, UNUM_MAX_FRACTION_DIGITS, maxDecimalDigits);
707 unum_setAttribute(format, UNUM_FRACTION_DIGITS, info->fPrecision);
712 unum_setAttribute(format, UNUM_FRACTION_DIGITS, 6);
716 unum_setAttribute(format, UNUM_FRACTION_DIGITS, 6);
733 unum_setAttribute(format, UNUM_MIN_FRACTION_DIGITS, minDecimalDigits);
734 unum_setAttribute(format, UNUM_MAX_FRACTION_DIGITS, maxDecimalDigits);
842 unum_setAttribute(format, UNUM_SIGNIFICANT_DIGITS_USED, TRUE);
843 unum_setAttribute(format, UNUM_MAX_SIGNIFICANT_DIGITS, significantDigits);
846 unum_setAttribute(format, UNUM_MAX_SIGNIFICANT_DIGITS, maxSigDecimalDigits);
847 unum_setAttribute(format, UNUM_SIGNIFICANT_DIGITS_USED, FALSE);
905 unum_setAttribute(format, UNUM_FRACTION_DIGITS, info->fPrecision);
910 unum_setAttribute(format, UNUM_FRACTION_DIGITS, 6);
914 unum_setAttribute(format, UNUM_FRACTION_DIGITS, 6);
931 unum_setAttribute(format, UNUM_MIN_FRACTION_DIGITS, minDecimalDigits);
932 unum_setAttribute(format, UNUM_MAX_FRACTION_DIGITS, maxDecimalDigits);