Home | History | Annotate | Download | only in intltest

Lines Matching refs:doubleVal

300     double doubleVal = digitList.getDouble();
303 format(*fmtPtr, doubleVal, appendTo, status);
314 if (!uprv_isNaN(doubleVal) && !uprv_isInfinite(doubleVal) && doubleVal == uprv_floor(doubleVal)) {
6594 double doubleVal = currAmt->getNumber().getDouble(status);
6595 if ( doubleVal != 1.0 ) {
6596 errln("Parsed as currency value other than 1.0: " + formatted + " -> " + doubleVal);
6617 double doubleVal = currAmt->getNumber().getDouble(status);
6618 errln("Parsed as currency, should not have: " + formatted + " -> " + doubleVal);