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

/libcore/luni/src/main/java/java/text/
H A DDecimalFormat.java827 public boolean isParseIntegerOnly() { method in class:DecimalFormat
828 return ndf.isParseIntegerOnly();
879 if (this.isParseIntegerOnly() && number.equals(NEGATIVE_ZERO_DOUBLE)) {
H A DNumberFormat.java547 public boolean isParseIntegerOnly() { method in class:NumberFormat
/libcore/luni/src/main/java/libcore/icu/
H A DNativeDecimalFormat.java465 public boolean isParseIntegerOnly() { method in class:NativeDecimalFormat

Completed in 27 milliseconds