Home | History | Annotate | Download | only in intltest

Lines Matching refs:parsePos

6591           ParsePosition parsePos;
6592 LocalPointer<CurrencyAmount> currAmt(numFmt->parseCurrency(formatted, parsePos));
6593 if (parsePos.getIndex() > 0) {
6614 ParsePosition parsePos;
6615 LocalPointer<CurrencyAmount> currAmt(numFmt->parseCurrency(formatted, parsePos));
6616 if (parsePos.getIndex() > 0) {
7007 ParsePosition parsePos(0);
7025 fmt.parse("5.06e-27", result, parsePos);
7028 parsePos.getIndex() != 8
7032 result.getDouble(), parsePos.getIndex());