Home | History | Annotate | Download | only in io

Lines Matching refs:UNUM_MIN_FRACTION_DIGITS

301     minDecimalDigits = unum_getAttribute(format, UNUM_MIN_FRACTION_DIGITS);
333 unum_setAttribute(format, UNUM_MIN_FRACTION_DIGITS, minDecimalDigits);
612 minDecimalDigits = unum_getAttribute(format, UNUM_MIN_FRACTION_DIGITS);
622 unum_setAttribute(format, UNUM_MIN_FRACTION_DIGITS, 1);
650 unum_setAttribute(format, UNUM_MIN_FRACTION_DIGITS, minDecimalDigits);
701 minDecimalDigits = unum_getAttribute(format, UNUM_MIN_FRACTION_DIGITS);
733 unum_setAttribute(format, UNUM_MIN_FRACTION_DIGITS, minDecimalDigits);
899 minDecimalDigits = unum_getAttribute(format, UNUM_MIN_FRACTION_DIGITS);
931 unum_setAttribute(format, UNUM_MIN_FRACTION_DIGITS, minDecimalDigits);