Lines Matching refs:UNUM_LENIENT_PARSE
816 unum_setAttribute(dec_en, UNUM_LENIENT_PARSE, 0);
1056 unum_setAttribute(fmt, UNUM_LENIENT_PARSE, FALSE);
1347 int isLenient = unum_getAttribute(fmt, UNUM_LENIENT_PARSE);
1353 unum_setAttribute(fmt, UNUM_LENIENT_PARSE, TRUE);
1354 isLenient = unum_getAttribute(fmt, UNUM_LENIENT_PARSE);
1362 double val = unum_getDoubleAttribute(fmt, UNUM_LENIENT_PARSE);