Home | History | Annotate | Download | only in io

Lines Matching defs:minDigits

365     int32_t         minDigits     = -1;
389 minDigits = unum_getAttribute(format, UNUM_MIN_INTEGER_DIGITS);
406 if (minDigits != -1) {
407 unum_setAttribute(format, UNUM_MIN_INTEGER_DIGITS, minDigits);
500 int32_t minDigits = -1;
522 minDigits = unum_getAttribute(format, UNUM_MIN_INTEGER_DIGITS);
536 if (minDigits != -1) {
537 unum_setAttribute(format, UNUM_MIN_INTEGER_DIGITS, minDigits);