Home | History | Annotate | Download | only in ucnv

Lines Matching defs:bytes

169   len will contain the number of bytes in target[] which were
188 'len' returns the number of OUTPUT bytes resulting from the
263 The 'buffersize' is in bytes of input.
266 expected for a given number of input bytes.
272 UChars as the input buffer has bytes.
276 chars as bytes are needed.
316 printf("input bytes %d / min chars %d = %d UChars\n",
325 // Convert bytes to unicode
418 fprintf(stderr, " Couldn't allocate %d bytes for freq counter\n", sizeof(CharFreqInfo)*charCount);
433 printf("input bytes %d / min chars %d = %d UChars\n",
440 // Convert bytes to unicode
514 'len' returns the number of OUTPUT bytes resulting from the
603 printf("src=%d bytes, dst=%d uchars\n", srcCount, dstCount);
615 char bytes[100];
662 len2 = ucnv_fromUChars(conv, bytes, 100, uchars, len, &status);
670 printBytes("bytes", bytes, len2);
709 char bytes[100];
816 len2 = ucnv_fromUChars(cloneCnv, bytes, 100, uchars, len, &status);
828 printBytes("bytes", bytes, len2);
903 printf("input bytes %d / min chars %d = %d UChars\n",
914 // Convert bytes to unicode
950 printf("%d bytes in, %d UChars out.\n", inbytes, total);
1009 printf("input UChars[16] %d * max charsize %d = %d bytes output buffer\n",
1020 // Convert bytes to unicode
1055 printf("%d Uchars (%d bytes) in, %d chars out.\n", inchars, inchars * sizeof(UChar), total);