Home | History | Annotate | Download | only in io

Lines Matching refs:UNUM_MIN_INTEGER_DIGITS

382         minDigits = unum_getAttribute(format, UNUM_MIN_INTEGER_DIGITS);
383 unum_setAttribute(format, UNUM_MIN_INTEGER_DIGITS, info->fPrecision);
400 unum_setAttribute(format, UNUM_MIN_INTEGER_DIGITS, minDigits);
513 minDigits = unum_getAttribute(format, UNUM_MIN_INTEGER_DIGITS);
514 unum_setAttribute(format, UNUM_MIN_INTEGER_DIGITS, info->fPrecision);
528 unum_setAttribute(format, UNUM_MIN_INTEGER_DIGITS, minDigits);