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

/openjdk7/jdk/src/share/classes/java/text/
H A DDecimalFormat.java1877 return parseBigDecimal;
1887 parseBigDecimal = newValue;
1931 && parseBigDecimal == other.parseBigDecimal
3080 private boolean parseBigDecimal = false; field in class:DecimalFormat
3223 * <code>parseBigDecimal</code>.
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/jaxp/datatype/
H A DDurationImpl.java533 seconds = parseBigDecimal(s, timeParts[2], timePartsIndex[2]);
666 private static BigDecimal parseBigDecimal( method in class:DurationImpl
H A DXMLGregorianCalendarImpl.java2796 setFractionalSecond(parseBigDecimal());
2901 private BigDecimal parseBigDecimal() method in class:XMLGregorianCalendarImpl.Parser

Completed in 39 milliseconds