Lines Matching refs:parseRes
3156 Formattable parseRes;3157 fmt->parse(oneCurrencyFormat, parseRes, status);3159 (parseRes.getType() == Formattable::kDouble &&3160 parseRes.getDouble() != numberToBeFormat) ||3161 (parseRes.getType() == Formattable::kLong &&3162 parseRes.getLong() != numberToBeFormat)) {