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

/openjdk7/jdk/src/share/classes/javax/swing/text/html/parser/
H A DDTDConstants.java79 int GENERAL = 1<<16; field in interface:DTDConstants
H A DEntity.java90 return (type & GENERAL) != 0;
H A DDTD.java89 defEntity("#RE", GENERAL, '\r');
90 defEntity("#RS", GENERAL, '\n');
91 defEntity("#SPACE", GENERAL, ' ');
179 if (((type & GENERAL) != 0) && (data.length == 1)) {
180 switch (type & ~GENERAL) {
384 defEntity(names[nameId], type | GENERAL, name);
/openjdk7/jdk/make/tools/src/build/tools/dtdbuilder/
H A DDTDBuilder.java164 out.writeByte(ent.getType() & ~GENERAL);
H A DDTDParser.java382 int type = GENERAL;
/openjdk7/jdk/src/share/classes/java/util/
H A DFormatter.java2705 case Conversion.GENERAL:
2959 } else if (c == Conversion.GENERAL) {
3272 } else if (c == Conversion.GENERAL) {
3281 FormattedFloatingDecimal.Form.GENERAL);
3617 } else if (c == Conversion.GENERAL) {
4240 static final char GENERAL = 'g'; field in class:Formatter.Conversion
4319 case GENERAL:
/openjdk7/jdk/src/share/classes/sun/misc/
H A DFormattedFloatingDecimal.java47 public enum Form { SCIENTIFIC, COMPATIBLE, DECIMAL_FLOAT, GENERAL }; enum constant in enum:FormattedFloatingDecimal.Form
1011 case GENERAL:

Completed in 71 milliseconds