Lines Matching refs:parse
33 * This test does round-trip testing (format -> parse -> format -> parse -> etc.) of
185 // These PASS now, with the sprintf/atof based format-parse.
188 // The least significant digit drops by one during each format-parse cycle.
289 fFormat->parse(string[i-1], number[i], status);
291 number[i].setDouble(1234.5); // "parse failed" value
292 errMsg = "**** FAIL: Parse of " + prettify(string[i-1]) + " failed.";
304 errMsg = ("**** FAIL: Parse of " + prettify(string[i-1])
364 fFormat->parse(stringNum, number, status);
367 errln("**** FAIL: Parse of " + prettify(stringNum) + " failed.");
372 errln("**** FAIL: Parse of " + prettify(stringNum)
381 errln("**** FAIL: Parse of " + prettify(stringNum) + " failed. Got:" + number.getLong()