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
268 The 'buffersize' is in bytes of input.
271 expected for a given number of input bytes.
277 UChars as the input buffer has bytes.
281 chars as bytes are needed.
321 printf("input bytes %d / min chars %d = %d UChars\n",
330 // Convert bytes to unicode
424 fprintf(stderr, " Couldn't allocate %d bytes for freq counter\n", sizeof(CharFreqInfo)*charCount);
439 printf("input bytes %d / min chars %d = %d UChars\n",
448 // Convert bytes to unicode
519 'len' returns the number of OUTPUT bytes resulting from the
608 printf("src=%d bytes, dst=%d uchars\n", srcCount, dstCount);
620 char bytes[100];
667 len2 = ucnv_fromUChars(conv, bytes, 100, uchars, len, &status);
675 printBytes("bytes", bytes, len2);
714 char bytes[100];
822 len2 = ucnv_fromUChars(cloneCnv, bytes, 100, uchars, len, &status);
834 printBytes("bytes", bytes, len2);
909 printf("input bytes %d / min chars %d = %d UChars\n",
920 // Convert bytes to unicode
956 printf("%d bytes in, %d UChars out.\n", inbytes, total);
1015 printf("input UChars[16] %d * max charsize %d = %d bytes output buffer\n",
1026 // Convert bytes to unicode
1061 printf("%d Uchars (%d bytes) in, %d chars out.\n", inchars, inchars * sizeof(UChar), total);