Home | History | Annotate | Download | only in text

Lines Matching defs:getParseMaxDigits

2401     // PARSE_MAX_EXPONENT is currently set to 1000 (See getParseMaxDigits()),
2752 if (exponent < -getParseMaxDigits()) {
2754 } else if (exponent > getParseMaxDigits()) {
5536 public int getParseMaxDigits() {