Searched defs:NEGATIVE_ZERO_DOUBLE (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/main/java/java/text/
H A DDecimalFormat.java831 private static final Double NEGATIVE_ZERO_DOUBLE = new Double(-0.0); field in class:DecimalFormat
879 if (this.isParseIntegerOnly() && number.equals(NEGATIVE_ZERO_DOUBLE)) {

Completed in 27 milliseconds