Home | History | Annotate | Download | only in io

Lines Matching defs:minDigits

358     int32_t         minDigits     = -1;
382 minDigits = unum_getAttribute(format, UNUM_MIN_INTEGER_DIGITS);
399 if (minDigits != -1) {
400 unum_setAttribute(format, UNUM_MIN_INTEGER_DIGITS, minDigits);
491 int32_t minDigits = -1;
513 minDigits = unum_getAttribute(format, UNUM_MIN_INTEGER_DIGITS);
527 if (minDigits != -1) {
528 unum_setAttribute(format, UNUM_MIN_INTEGER_DIGITS, minDigits);