Searched refs:hiByte (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/io/
H A DCharToByteGB18030.java92 int hiByte = 0 , loByte = 0; // low and high order bytes
182 hiByte = (outByteVal & 0xFF00) >> 8;
185 linearDiffValue = (hiByte - 0x20) * 256 + loByte;
192 if (hiByte > 0x80)
213 output[byteOff++] = (byte)hiByte;
H A DByteToCharGB18030.java221 int hiByte = (offset >>8) & 0xFF;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/rngom/parse/compact/
H A DCompactSyntaxTokenManager.java1064 int hiByte = (int)(curChar >> 8);
1065 int i1 = hiByte >> 6;
1066 long l1 = 1L << (hiByte & 077);
1074 if (jjCanMove_0(hiByte, i1, i2, l1, l2))
1079 if (jjCanMove_1(hiByte, i1, i2, l1, l2))
1087 if (jjCanMove_2(hiByte, i1, i2, l1, l2))
1093 if (jjCanMove_2(hiByte, i1, i2, l1, l2))
1095 if (jjCanMove_2(hiByte, i1, i2, l1, l2))
1099 if (!jjCanMove_0(hiByte, i1, i2, l1, l2))
1106 if (!jjCanMove_0(hiByte, i
1499 jjCanMove_0(int hiByte, int i1, int i2, long l1, long l2) argument
1511 jjCanMove_1(int hiByte, int i1, int i2, long l1, long l2) argument
1567 jjCanMove_2(int hiByte, int i1, int i2, long l1, long l2) argument
[all...]
/openjdk7/jdk/src/share/classes/sun/nio/cs/ext/
H A DGB18030.java12427 int hiByte = (offset >>8) & 0xFF;
12530 int hiByte = (offset >>8) & 0xFF;
12620 int hiByte = 0, loByte = 0;
12648 hiByte = (outByteVal & 0xFF00) >> 8;
12651 condensedKey = (hiByte - 0x20) * 256 + loByte;
12658 if (hiByte > 0x80)
12678 da[dp++] = (byte)hiByte;
12715 int hiByte = 0, loByte = 0;
12739 hiByte = (outByteVal & 0xFF00) >> 8;
12742 condensedKey = (hiByte
[all...]
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/expr/
H A DExpressionParserTokenManager.java1472 int hiByte = (int)(curChar >> 8);
1473 int i1 = hiByte >> 6;
1474 long l1 = 1L << (hiByte & 077);
1484 if (!jjCanMove_1(hiByte, i1, i2, l1, l2)) {
1493 if (jjCanMove_0(hiByte, i1, i2, l1, l2)) {
1498 if (jjCanMove_0(hiByte, i1, i2, l1, l2)) {
1503 if (jjCanMove_0(hiByte, i1, i2, l1, l2)) {
1508 if (jjCanMove_0(hiByte, i1, i2, l1, l2)) {
1514 if (jjCanMove_0(hiByte, i1, i2, l1, l2)) {
1519 if (jjCanMove_0(hiByte, i
1553 jjCanMove_0(int hiByte, int i1, int i2, long l1, long l2) argument
1566 jjCanMove_1(int hiByte, int i1, int i2, long l1, long l2) argument
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/scd/
H A DSCDParserTokenManager.java2102 int hiByte = (int)(curChar >> 8);
2103 int i1 = hiByte >> 6;
2104 long l1 = 1L << (hiByte & 077);
2113 if (!jjCanMove_1(hiByte, i1, i2, l1, l2))
2120 if (!jjCanMove_1(hiByte, i1, i2, l1, l2))
2127 if (!jjCanMove_1(hiByte, i1, i2, l1, l2))
2134 if (!jjCanMove_1(hiByte, i1, i2, l1, l2))
2141 if (!jjCanMove_1(hiByte, i1, i2, l1, l2))
2148 if (!jjCanMove_1(hiByte, i1, i2, l1, l2))
2155 if (!jjCanMove_0(hiByte, i
2195 jjCanMove_0(int hiByte, int i1, int i2, long l1, long l2) argument
2251 jjCanMove_1(int hiByte, int i1, int i2, long l1, long l2) argument
[all...]

Completed in 94 milliseconds