Home | History | Annotate | Download | only in toolutil

Lines Matching defs:bytes

166     char bytes[4096], charsetBuffer[100];
185 bytesLength=T_FileStream_read(f, bytes, (int32_t)sizeof(bytes));
186 if(bytesLength<(int32_t)sizeof(bytes)) {
200 charset=ucnv_detectUnicodeSignature(bytes, bytesLength, NULL, &errorCode);
218 pb=bytes;
223 &pb, bytes+bytesLength,
277 // convert contents of bytes[bytesLength]
278 pb=bytes;
291 &pb, bytes+bytesLength,
311 bytesLength=T_FileStream_read(f, bytes, (int32_t)sizeof(bytes));