Home | History | Annotate | Download | only in intltest

Lines Matching full:doubleval

6021               double doubleVal = currAmt->getNumber().getDouble(status);
6022 if ( doubleVal != 1.0 ) {
6023 errln("Parsed as currency value other than 1.0: " + formatted + " -> " + doubleVal);
6044 double doubleVal = currAmt->getNumber().getDouble(status);
6045 errln("Parsed as currency, should not have: " + formatted + " -> " + doubleVal);