Lines Matching defs:parsePos
6018 ParsePosition parsePos;
6019 LocalPointer<CurrencyAmount> currAmt(numFmt->parseCurrency(formatted, parsePos));
6020 if (parsePos.getIndex() > 0) {
6041 ParsePosition parsePos;
6042 LocalPointer<CurrencyAmount> currAmt(numFmt->parseCurrency(formatted, parsePos));
6043 if (parsePos.getIndex() > 0) {
6434 ParsePosition parsePos(0);
6452 fmt.parse("5.06e-27", result, parsePos);
6455 parsePos.getIndex() != 8
6459 result.getDouble(), parsePos.getIndex());