Home | History | Annotate | Download | only in cintltst

Lines Matching refs:UNUM_LENIENT_PARSE

819         unum_setAttribute(dec_en, UNUM_LENIENT_PARSE, 0);
1241 unum_setAttribute(fmt, UNUM_LENIENT_PARSE, FALSE);
1541 int isLenient = unum_getAttribute(fmt, UNUM_LENIENT_PARSE);
1547 unum_setAttribute(fmt, UNUM_LENIENT_PARSE, TRUE);
1548 isLenient = unum_getAttribute(fmt, UNUM_LENIENT_PARSE);
1556 double val = unum_getDoubleAttribute(fmt, UNUM_LENIENT_PARSE);