Home | History | Annotate | Download | only in cintltst

Lines Matching refs:UNUM_LENIENT_PARSE

1137         int isLenient = unum_getAttribute(fmt, UNUM_LENIENT_PARSE);
1143 unum_setAttribute(fmt, UNUM_LENIENT_PARSE, TRUE);
1144 isLenient = unum_getAttribute(fmt, UNUM_LENIENT_PARSE);
1152 double val = unum_getDoubleAttribute(fmt, UNUM_LENIENT_PARSE);