Searched refs:fourthByte (Results 1 – 4 of 4) sorted by relevance
481 int fourthByte = 0; in nextChar() local511 fourthByte = it.nextByte(det); in nextChar()513 if (fourthByte >= 0x30 && fourthByte <= 0x39) { in nextChar()514 … it.charValue = (it.charValue << 16) | (thirdByte << 8) | fourthByte; in nextChar()
480 int fourthByte = 0; in nextChar() local510 fourthByte = it.nextByte(det); in nextChar()512 if (fourthByte >= 0x30 && fourthByte <= 0x39) { in nextChar()513 … it.charValue = (it.charValue << 16) | (thirdByte << 8) | fourthByte; in nextChar()
462 int32_t fourthByte = 0; in nextChar() local495 fourthByte = it->nextByte(det); in nextChar()497 if (fourthByte >= 0x30 && fourthByte <= 0x39) { in nextChar()498 it->charValue = (it->charValue << 16) | (thirdByte << 8) | fourthByte; in nextChar()
307 int fourthByte = 0; in nextChar() local357 … + " " + Integer.toHexString(thirdByte) + " " + Integer.toHexString(fourthByte)); in nextChar()