Lines Matching refs:unum_setAttribute
715 /*Testing unum_getAttribute and unum_setAttribute() */
720 unum_setAttribute(def, attr, newvalue);
729 unum_setAttribute(def, attr, newvalue);
738 unum_setAttribute(def, attr, newvalue);
749 unum_setAttribute(def, attr, newvalue);
796 unum_setAttribute(dec_en, UNUM_LENIENT_PARSE, 0);
1176 unum_setAttribute(fmt, UNUM_SIGNIFICANT_DIGITS_USED, TRUE);
1177 unum_setAttribute(fmt, UNUM_MAX_SIGNIFICANT_DIGITS, 6);
1217 unum_setAttribute(fmt, UNUM_LENIENT_PARSE, FALSE);
1218 unum_setAttribute(fmt, UNUM_SIGNIFICANT_DIGITS_USED, TRUE);
1219 unum_setAttribute(fmt, UNUM_MAX_SIGNIFICANT_DIGITS, 2);
1220 /* unum_setAttribute(fmt, UNUM_MAX_FRACTION_DIGITS, 0); */
1222 unum_setAttribute(fmt, UNUM_ROUNDING_MODE, UNUM_ROUND_UP);
1375 unum_setAttribute(fmt, UNUM_MAX_FRACTION_DIGITS, 20);
1523 unum_setAttribute(fmt, UNUM_LENIENT_PARSE, TRUE);
2041 unum_setAttribute(fmt, UNUM_PARSE_NO_EXPONENT, 1); /* no error code */
2080 unum_setAttribute(fmt, UNUM_PARSE_NO_EXPONENT, 1); /* no error code */
2121 unum_setAttribute(fmt, UNUM_MAX_INTEGER_DIGITS, 2);
2144 unum_setAttribute(fmt, UNUM_FORMAT_FAIL_IF_MORE_THAN_MAX_DIGITS, 1);