Home | History | Annotate | Download | only in cintltst

Lines Matching defs:isLenient

1347         int isLenient = unum_getAttribute(fmt, UNUM_LENIENT_PARSE);
1348 log_verbose("lenient: 0x%x\n", isLenient);
1349 if (isDecimal ? (isLenient != -1) : (isLenient == TRUE)) {
1350 log_err("didn't expect lenient value: %d\n", isLenient);
1354 isLenient = unum_getAttribute(fmt, UNUM_LENIENT_PARSE);
1355 if (isDecimal ? (isLenient != -1) : (isLenient == FALSE)) {
1356 log_err("didn't expect lenient value after set: %d\n", isLenient);