Home | History | Annotate | Download | only in text

Lines Matching defs:charValue

64                     long cv = iter.charValue & 0xFFFFFFFFL;
144 int charValue = 0; // 1-4 bytes from the raw input data
150 charValue = 0;
204 firstByte = it.charValue = it.nextByte(det);
217 it.charValue = (firstByte << 8) | secondByte;
270 firstByte = it.charValue = it.nextByte(det);
284 it.charValue = (it.charValue << 8) | secondByte;
337 firstByte = it.charValue = it.nextByte(det);
349 it.charValue = (it.charValue << 8) | secondByte;
375 it.charValue = (it.charValue << 8) | thirdByte;
483 firstByte = it.charValue = it.nextByte(det);
497 it.charValue = (it.charValue << 8) | secondByte;
513 it.charValue = (it.charValue << 16) | (thirdByte << 8) | fourthByte;