Home | History | Annotate | Download | only in intltest

Lines Matching refs:parsedResult

3809         double parsedResult = atof(DATA[i][1]);
3815 result.getDouble() != parsedResult) ||
3817 result.getLong() != parsedResult)) {
3818 errln((UnicodeString)"FAIL parse: Expected " + parsedResult);