Home | History | Annotate | Download | only in ucnv

Lines Matching defs:bytes

176   len will contain the number of bytes in target[] which were
195 'len' returns the number of OUTPUT bytes resulting from the
270 The 'buffersize' is in bytes of input.
273 expected for a given number of input bytes.
279 UChars as the input buffer has bytes.
283 chars as bytes are needed.
323 printf("input bytes %d / min chars %d = %d UChars\n",
332 // Convert bytes to unicode
425 fprintf(stderr, " Couldn't allocate %d bytes for freq counter\n", sizeof(CharFreqInfo)*charCount);
440 printf("input bytes %d / min chars %d = %d UChars\n",
447 // Convert bytes to unicode
521 'len' returns the number of OUTPUT bytes resulting from the
610 printf("src=%d bytes, dst=%d uchars\n", srcCount, dstCount);
622 char bytes[100];
669 len2 = ucnv_fromUChars(conv, bytes, 100, uchars, len, &status);
677 printBytes("bytes", bytes, len2);
716 char bytes[100];
823 len2 = ucnv_fromUChars(cloneCnv, bytes, 100, uchars, len, &status);
835 printBytes("bytes", bytes, len2);
910 printf("input bytes %d / min chars %d = %d UChars\n",
921 // Convert bytes to unicode
957 printf("%d bytes in, %d UChars out.\n", inbytes, total);
1016 printf("input UChars[16] %d * max charsize %d = %d bytes output buffer\n",
1027 // Convert bytes to unicode
1062 printf("%d Uchars (%d bytes) in, %d chars out.\n", inchars, inchars * sizeof(UChar), total);