Home | History | Annotate | Download | only in collationperf

Lines Matching defs:bytes

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