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

/openjdk7/jdk/test/java/util/PluggableLocale/providersrc/
H A DFooNumberFormat.java78 public void setDecimalSeparatorAlwaysShown(boolean newValue) { method in class:FooNumberFormat
79 df.setDecimalSeparatorAlwaysShown(newValue);
H A DNumberFormatProviderImpl.java92 nf.setDecimalSeparatorAlwaysShown(false);
/openjdk7/jdk/test/java/util/PluggableLocale/
H A Dfooprovider.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META-INF/services/java. ...
H A DNumberFormatProviderTest.java124 dfInt.setDecimalSeparatorAlwaysShown(false);
/openjdk7/jdk/src/share/classes/java/text/
H A DNumberFormat.java132 * setDecimalSeparatorAlwaysShown.
134 * setDecimalSeparatorAlwaysShown : only affects formatting, and only where
773 format.setDecimalSeparatorAlwaysShown(false);
H A DDecimalFormat.java77 * ((DecimalFormat) f).setDecimalSeparatorAlwaysShown(true);
1866 public void setDecimalSeparatorAlwaysShown(boolean newValue) { method in class:DecimalFormat
2637 setDecimalSeparatorAlwaysShown(decimalPos == 0 ||
/openjdk7/jdk/src/share/classes/sun/print/
H A DServiceDialog.java991 format.setDecimalSeparatorAlwaysShown(false);
1373 format.setDecimalSeparatorAlwaysShown(true);

Completed in 50 milliseconds