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

/openjdk10/jaxws/src/jdk.xml.bind/share/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...]
/openjdk10/jdk/src/java.base/share/classes/java/time/zone/
H A DSer.java270 int hiByte = in.readByte() & 255;
271 if (hiByte == 255) {
276 long tot = ((hiByte << 16) + (midByte << 8) + loByte);
/openjdk10/jdk/src/jdk.jdi/share/classes/com/sun/tools/example/debug/expr/
H A DExpressionParserTokenManager.java1285 int hiByte = (curChar >> 8);
1286 int i1 = hiByte >> 6;
1287 long l1 = 1L << (hiByte & 077);
1296 if (!jjCanMove_1(hiByte, i1, i2, l1, l2))
1303 if (jjCanMove_0(hiByte, i1, i2, l1, l2))
1307 if (jjCanMove_0(hiByte, i1, i2, l1, l2))
1311 if (jjCanMove_0(hiByte, i1, i2, l1, l2))
1315 if (jjCanMove_0(hiByte, i1, i2, l1, l2))
1320 if (jjCanMove_0(hiByte, i1, i2, l1, l2))
1324 if (jjCanMove_0(hiByte, i
1355 jjCanMove_0(int hiByte, int i1, int i2, long l1, long l2) argument
1367 jjCanMove_1(int hiByte, int i1, int i2, long l1, long l2) argument
[all...]
/openjdk10/jaxws/src/jdk.xml.bind/share/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...]
/openjdk10/jdk/src/java.base/share/classes/sun/util/calendar/
H A DZoneInfoFile.java385 int hiByte = in.readByte() & 255;
386 if (hiByte == 255) {
391 long tot = ((hiByte << 16) + (midByte << 8) + loByte);

Completed in 117 milliseconds