Home | History | Annotate | Download | only in cintltst

Lines Matching refs:unum_parseDoubleCurrency

344     /* Testing unum_formatDoubleCurrency / unum_parseDoubleCurrency */
374 log_verbose("\nTesting unum_parseDoubleCurrency\n");
380 d1=unum_parseDoubleCurrency(cur_def, result, u_strlen(result), &parsepos, temp2, &status);
1076 parseVal = unum_parseDoubleCurrency(unum, itemPtr->currStr, -1, &parsePos, parseCurr, &status);
1106 parseVal = unum_parseDoubleCurrency(unum, itemPtr->plurStr, -1, &parsePos, parseCurr, &status);
1794 I've found a case where unum_parseDoubleCurrency is not doing what I
1830 d = unum_parseDoubleCurrency(cur,
1840 log_err("unum_parseDoubleCurrency should have failed with pos %d, but gave: value %.9f, err %s, pos=%d, currency [%s]\n",
1843 log_verbose("unum_parseDoubleCurrency failed, value %.9f err %s, pos %d, currency [%s]\n", d, u_errorName(status), pos, acurrency);