Home | History | Annotate | Download | only in collationperf

Lines Matching defs:bytes

1320             // Figure out the lenght of the char and read the rest of the bytes
1332 unsigned char bytes[10];
1333 bytes[0] = (unsigned char)ch;
1336 bytes[i] = fgetc(fFile);
1337 if (bytes[i] < 0x80 || bytes[i] >= 0xc0) {
1344 // Convert the bytes from the temp array to a Unicode char.
1347 U8_NEXT_UNSAFE(bytes, i, cp);
1555 // (The number of bytes read from file per loop iteration depends on external encoding.)