Lines Matching defs:bytes
1154 log_verbose("comparing %d uchars (%d bytes)..\n",expectLen,expectLen*2);
1465 log_verbose("\nConversion done. %d bytes -> %d chars.\nResult :",
1494 log_verbose("comparing %d uchars (%d bytes)..\n",expectlen,expectlen*2);
1791 doTestTruncated(const char *cnvName, const uint8_t *bytes, int32_t length) {
1814 source=(const char *)bytes;
1819 /* 1. input bytes with flush=FALSE, then input nothing with flush=TRUE */
1822 log_err("error TestTruncated(%s, 1a): input bytes[%d], flush=FALSE: %s, input left %d, output %d\n",
1835 /* 2. input bytes with flush=TRUE */
1839 source=(const char *)bytes;
1843 log_err("error TestTruncated(%s, 2): input bytes[%d], flush=TRUE: %s (should be U_TRUNCATED_CHAR_FOUND), input left %d, output %d\n",
1855 uint8_t bytes[8]; /* partial input bytes resulting in no output */
1892 doTestTruncated(testCases[i].cnvName, testCases[i].bytes, testCases[i].length);