Home | History | Annotate | Download | only in intltest

Lines Matching full:getdouble

374                 a = af.getDouble();
432 + " Double: " + af.getDouble()
2095 return (double) a.getLong() == b.getDouble(); // TODO check use of double instead of long
2099 return a.getDouble() == (double) b.getLong();
2101 return a.getDouble() == (double)b.getInt64();
2107 return a.getInt64() == (int64_t)b.getDouble();
2550 parsed=result.getDouble();
2830 parseRes.getDouble() != numberToBeFormat) ||
2869 curramt->getNumber().getDouble() != 1234.56 ||
2873 if (curramt->getNumber().getDouble() != 1234.56) {
2874 errln((UnicodeString)"wong number, expect: 1234.56" + ", got: " + curramt->getNumber().getDouble());
2922 result.getDouble() != parsedResult) ||
3017 parseResult.getDouble() != numberToBeFormat) ||
3023 errln((UnicodeString)"expected: " + numberToBeFormat + "; actual: " +parseResult.getDouble());
3127 parseResult.getDouble() != numberToBeFormat) ||
3134 errln((UnicodeString)"expected: " + numberToBeFormat + "; actual: " +parseResult.getDouble());
5786 parseResult.getDouble() != 1.0)) {
5807 parseResult.getDouble() == 1.0)) {
6046 ASSERT_EQUALS(123.45, f.getDouble());
6047 ASSERT_EQUALS(123.45, f.getDouble(status));
6159 ASSERT_EQUALS(1.00220004440008888, result.getDouble());
6217 result.getDouble() != (double)123 &&
6222 result.getDouble(), parsePos.getIndex());