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

/openjdk7/jdk/src/share/classes/sun/misc/
H A DExtensionInfo.java50 public static final int COMPATIBLE = 0; field in class:ExtensionInfo
166 return COMPATIBLE;
198 return COMPATIBLE;
H A DFormattedFloatingDecimal.java47 public enum Form { SCIENTIFIC, COMPATIBLE, DECIMAL_FLOAT, GENERAL }; enum constant in enum:FormattedFloatingDecimal.Form
469 this(d, Integer.MAX_VALUE, Form.COMPATIBLE);
537 this(f, Integer.MAX_VALUE, Form.COMPATIBLE);
809 if (! (form == Form.COMPATIBLE && -3 < decExp && decExp < 8)) {
862 if (! (form == Form.COMPATIBLE && -3 < decExp && decExp < 8)) {
926 if (! (form == Form.COMPATIBLE && -3 < decExp && decExp < 8)) {
1001 case COMPATIBLE:
1030 && ((form == Form.COMPATIBLE && (exp < 8))
1044 if (form == Form.COMPATIBLE) {
1052 if (form == Form.COMPATIBLE) {
[all...]

Completed in 31 milliseconds