Home | History | Annotate | Download | only in cintltst

Lines Matching refs:bytes

1155     log_verbose("comparing %d uchars (%d bytes)..\n",expectLen,expectLen*2);
1466 log_verbose("\nConversion done. %d bytes -> %d chars.\nResult :",
1495 log_verbose("comparing %d uchars (%d bytes)..\n",expectlen,expectlen*2);
1792 doTestTruncated(const char *cnvName, const uint8_t *bytes, int32_t length) {
1815 source=(const char *)bytes;
1820 /* 1. input bytes with flush=FALSE, then input nothing with flush=TRUE */
1823 log_err("error TestTruncated(%s, 1a): input bytes[%d], flush=FALSE: %s, input left %d, output %d\n",
1836 /* 2. input bytes with flush=TRUE */
1840 source=(const char *)bytes;
1844 log_err("error TestTruncated(%s, 2): input bytes[%d], flush=TRUE: %s (should be U_TRUNCATED_CHAR_FOUND), input left %d, output %d\n",
1856 uint8_t bytes[8]; /* partial input bytes resulting in no output */
1893 doTestTruncated(testCases[i].cnvName, testCases[i].bytes, testCases[i].length);