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

/openjdk7/jdk/src/share/instrument/
H A DEncodingSupport.c124 unsigned byte2, byte3, byte4, u21; local
129 byte4 = (unsigned char)string[++i];
134 u21 += (byte4 & 0x3F);
142 new_string[j++] = byte4;
/openjdk7/jdk/src/share/npt/
H A Dutf.c227 unsigned byte2, byte3, byte4, u21; local
232 byte4 = (unsigned char)string[++i];
237 u21 += (byte4 & 0x3F);
245 newString[j++] = byte4;
268 unsigned byte1, byte2, byte3, byte4, byte5, byte6; local
296 byte4 = (unsigned char)string[i+1];
299 if ( byte4 == 0xED && (byte5 & 0xF0) == 0xB0 ) {
335 unsigned byte1, byte2, byte3, byte4, byte5, byte6; local
354 byte4 = (unsigned char)string[i+1];
357 if ( byte4
[all...]

Completed in 38 milliseconds