Home | History | Annotate | Download | only in intltest

Lines Matching refs:parseRes

3719               Formattable parseRes;
3720 fmt->parse(oneCurrencyFormat, parseRes, status);
3722 (parseRes.getType() == Formattable::kDouble &&
3723 parseRes.getDouble() != numberToBeFormat) ||
3724 (parseRes.getType() == Formattable::kLong &&
3725 parseRes.getLong() != numberToBeFormat)) {