Lines Matching defs:bytes
70 based, in that the bytes from 0x20 - 0x7F are almost exactly the
74 bytes from 0x20-0x7F are represented by the same single-byte values in LMBCS.
76 The general LMBCS code unit is from 1-3 bytes. We can describe the 3 bytes as
82 data bytes. The maximum size of a LMBCS chjaracter is 3 bytes:
86 The single-byte values from 0x20 to 0x7F are examples of single D1 bytes.
101 which national character standard is being used for the 'D' bytes.
121 character is one of those 12 values, you can interpret the remaining bytes of
123 ANSI bytes already are represented in single bytes, using one of the character
139 that can have 1 or two bytes, even in the upper-ascii range. To force
146 Next, you will notice that the list of group bytes has some gaps.
193 /* The two bytes appearing after a 0x14 are intrepreted as UFT-16 BE
196 'F6' is used in its place, and the bytes are swapped. (This prevents
734 one of the 12 groups. The return value is the number of bytes written
776 /* use converted data: first write 0, 1 or two group bytes */
1054 /* write any bytes that didn't fit in target to the error buffer,
1093 bytes left in source up to sourceLimit.Errors appropriately if not.
1201 char bytes[2];
1207 bytes[0] = group;
1208 bytes[1] = CurByte;
1209 uniChar = ucnv_MBCSSimpleGetNextUChar(cnv, bytes, 2, FALSE);