Lines Matching defs:bytes
1157 log_verbose("comparing %d uchars (%d bytes)..\n",expectLen,expectLen*2);
1468 log_verbose("\nConversion done. %d bytes -> %d chars.\nResult :",
1497 log_verbose("comparing %d uchars (%d bytes)..\n",expectlen,expectlen*2);
1795 doTestTruncated(const char *cnvName, const uint8_t *bytes, int32_t length) {
1818 source=(const char *)bytes;
1823 /* 1. input bytes with flush=FALSE, then input nothing with flush=TRUE */
1826 log_err("error TestTruncated(%s, 1a): input bytes[%d], flush=FALSE: %s, input left %d, output %d\n",
1839 /* 2. input bytes with flush=TRUE */
1843 source=(const char *)bytes;
1847 log_err("error TestTruncated(%s, 2): input bytes[%d], flush=TRUE: %s (should be U_TRUNCATED_CHAR_FOUND), input left %d, output %d\n",
1859 uint8_t bytes[8]; /* partial input bytes resulting in no output */
1896 doTestTruncated(testCases[i].cnvName, testCases[i].bytes, testCases[i].length);