Searched refs:getParseMaxDigits (Results 1 – 2 of 2) sorted by relevance
2666 if (exponent < -getParseMaxDigits()) { in subparse()2668 } else if (exponent > getParseMaxDigits()) { in subparse()5372 public int getParseMaxDigits() { in getParseMaxDigits() method
3213 if (fmt.getParseMaxDigits() != 1000) { in TestParseMaxDigits()