Searched defs:setDecimalSeparatorAlwaysShown (Results 1 - 3 of 3) 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);
/openjdk7/jdk/src/share/classes/java/text/
H A DDecimalFormat.java77 * ((DecimalFormat) f).setDecimalSeparatorAlwaysShown(true);
1866 public void setDecimalSeparatorAlwaysShown(boolean newValue) { method in class:DecimalFormat
2637 setDecimalSeparatorAlwaysShown(decimalPos == 0 ||
/openjdk7/jdk/test/java/util/PluggableLocale/
H A Dfooprovider.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META-INF/services/java. ...

Completed in 44 milliseconds