Home | History | Annotate | Download | only in toolutil

Lines Matching defs:bytes

164     char bytes[4096], charsetBuffer[100];
183 bytesLength=T_FileStream_read(f, bytes, (int32_t)sizeof(bytes));
184 if(bytesLength<(int32_t)sizeof(bytes)) {
198 charset=ucnv_detectUnicodeSignature(bytes, bytesLength, NULL, &errorCode);
216 pb=bytes;
221 &pb, bytes+bytesLength,
275 // convert contents of bytes[bytesLength]
276 pb=bytes;
289 &pb, bytes+bytesLength,
309 bytesLength=T_FileStream_read(f, bytes, (int32_t)sizeof(bytes));