Home | History | Annotate | Download | only in cintltst

Lines Matching defs:isLenient

1546         int isLenient = unum_getAttribute(fmt, UNUM_LENIENT_PARSE);
1547 log_verbose("lenient: 0x%x\n", isLenient);
1548 if (isLenient != FALSE) {
1549 log_err("didn't expect lenient value: %d\n", isLenient);
1553 isLenient = unum_getAttribute(fmt, UNUM_LENIENT_PARSE);
1554 if (isLenient != TRUE) {
1555 log_err("didn't expect lenient value after set: %d\n", isLenient);