Home | History | Annotate | Download | only in cintltst

Lines Matching refs:UNUM_LENIENT_PARSE

796         unum_setAttribute(dec_en, UNUM_LENIENT_PARSE, 0);
1217 unum_setAttribute(fmt, UNUM_LENIENT_PARSE, FALSE);
1517 int isLenient = unum_getAttribute(fmt, UNUM_LENIENT_PARSE);
1523 unum_setAttribute(fmt, UNUM_LENIENT_PARSE, TRUE);
1524 isLenient = unum_getAttribute(fmt, UNUM_LENIENT_PARSE);
1532 double val = unum_getDoubleAttribute(fmt, UNUM_LENIENT_PARSE);