Searched defs:BIG (Results 1 - 8 of 8) sorted by relevance

/openjdk7/jdk/test/java/io/
H A DUnicode.java45 static final int BIG = 0; field in class:Unicode
73 if (byteOrder == BIG) {
89 if (byteOrder == BIG) {
110 if (byteOrder == BIG) {
120 if (byteOrder == BIG) {
140 if (bos.equals("big")) byteOrder = BIG;
/openjdk7/jdk/src/share/classes/sun/io/
H A DCharToByteUnicode.java44 static final int BIG = 1; field in class:CharToByteUnicode
53 byteOrder = BIG;
57 byteOrder = BIG;
72 case BIG:
98 if (byteOrder == BIG) {
109 if (byteOrder == BIG) {
H A DByteToCharUnicode.java56 static final int BIG = 1; field in class:ByteToCharUnicode
85 case BIG:
130 bo = BIG;
172 if (byteOrder == BIG)
/openjdk7/jdk/src/share/classes/sun/nio/cs/
H A DUTF_32Coder.java39 protected static final int BIG = 1; field in class:UTF_32Coder
53 return (currentBO==BIG)
76 currentBO = BIG;
78 } else if (cp == BOM_LITTLE && expectedBO != BIG) {
83 currentBO = BIG;
122 if (byteOrder==BIG) {
138 (byteOrder==BIG)?new byte[]{(byte)0, (byte)0, (byte)0xff, (byte)0xfd}
H A DUnicodeDecoder.java43 protected static final int BIG = 1; field in class:UnicodeDecoder
48 private int defaultByteOrder = BIG;
61 if (currentByteOrder == BIG)
79 currentByteOrder = BIG;
H A DUnicodeEncoder.java39 protected static final int BIG = 0; field in class:UnicodeEncoder
51 ((bo == BIG)
59 if (byteOrder == BIG) {
/openjdk7/jdk/src/share/classes/sun/misc/
H A DRegexpPool.java41 private static final int BIG = 0x7FFFFFFF; field in class:RegexpPool
42 private int lastDepth = BIG;
105 if (p.result != null && p.depth < BIG
117 if (p.result != null && p.depth < BIG) {
154 return matchAfter(s, BIG);
240 lastDepth = BIG;
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DHTML.java166 public static final Tag BIG = new Tag("big"); field in class:HTML.Tag
267 A, ADDRESS, APPLET, AREA, B, BASE, BASEFONT, BIG,
583 * BASE, BASEFONT, BIG,

Completed in 45 milliseconds