Lines Matching refs:bytes
129 cc.bytes=testCase->getBinary(cc.bytesLength, "bytes", errorCode);
254 cc.bytes=testCase->getBinary(cc.bytesLength, "bytes", errorCode);
261 errln("fromUnicode[%d] bytes[%d] and offsets[%d] must have the same length",
698 printBytes(const uint8_t *bytes, int32_t length, char *out) {
702 b=*bytes++;
709 b=*bytes++;
790 source=(const char *)cc.bytes;
869 * else give it at most (-step-2)/2 bytes
1064 (const char *)cc.bytes, cc.bytesLength,
1080 (const char *)cc.bytes, cc.bytesLength,
1144 s=printBytes(cc.bytes, cc.bytesLength, bytesString);
1159 " bytes <%s>[%d]\n"
1574 } else if(0!=memcmp(cc.bytes, result, cc.bytesLength)) {
1596 s=printBytes(cc.bytes, cc.bytesLength, bytesString=s);