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

/openjdk7/jdk/src/share/classes/java/text/
H A DDecimalFormat.java982 if (decimalSeparatorAlwaysShown && totalDigits == integerDigits) {
1111 if (decimalSeparatorAlwaysShown || fractionPresent) {
1858 return decimalSeparatorAlwaysShown;
1867 decimalSeparatorAlwaysShown = newValue;
1930 && decimalSeparatorAlwaysShown == other.decimalSeparatorAlwaysShown
2243 if (getMaximumFractionDigits() > 0 || decimalSeparatorAlwaysShown)
2358 decimalSeparatorAlwaysShown = false;
3071 private boolean decimalSeparatorAlwaysShown = false; field in class:DecimalFormat

Completed in 36 milliseconds