Lines Matching defs:bytes
72 based, in that the bytes from 0x20 - 0x7F are almost exactly the
76 bytes from 0x20-0x7F are represented by the same single-byte values in LMBCS.
78 The general LMBCS code unit is from 1-3 bytes. We can describe the 3 bytes as
84 data bytes. The maximum size of a LMBCS chjaracter is 3 bytes:
88 The single-byte values from 0x20 to 0x7F are examples of single D1 bytes.
103 which national character standard is being used for the 'D' bytes.
123 character is one of those 12 values, you can interpret the remaining bytes of
125 ANSI bytes already are represented in single bytes, using one of the character
141 that can have 1 or two bytes, even in the upper-ascii range. To force
148 Next, you will notice that the list of group bytes has some gaps.
195 /* The two bytes appearing after a 0x14 are intrepreted as UFT-16 BE
198 'F6' is used in its place, and the bytes are swapped. (This prevents
739 one of the 12 groups. The return value is the number of bytes written
781 /* use converted data: first write 0, 1 or two group bytes */
1059 /* write any bytes that didn't fit in target to the error buffer,
1098 bytes left in source up to sourceLimit.Errors appropriately if not.
1206 char bytes[2];
1212 bytes[0] = group;
1213 bytes[1] = CurByte;
1214 uniChar = ucnv_MBCSSimpleGetNextUChar(cnv, bytes, 2, FALSE);