Searched refs:subparse (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/text/
H A DDecimalFormat.java1268 if (!subparse(text, pos, positivePrefix, negativePrefix, digitList, false, status)) {
1404 private final boolean subparse(String text, ParsePosition parsePosition, method in class:DecimalFormat
1537 if (subparse(text, pos, "", Character.toString(symbols.getMinusSign()), exponentDigits, true, stat) &&

Completed in 28 milliseconds