Lines Matching refs:total
302 uint32_t letters=0, total=0;
360 total++;
365 printf("%d letters out of %d total UChars.\n", letters, total);
398 uint32_t letters=0, total=0;
449 fprintf(stderr, "%s @ %d\n", u_errorName(status), total);
454 total++;
481 printf("%d letters out of %d total UChars.\n", letters, total);
882 uint32_t inbytes=0, total=0;
947 total += (target-uBuf);
951 printf("%d bytes in, %d UChars out.\n", inbytes, total);
988 uint32_t inchars=0, total=0;
1052 total += (target-buf);
1056 printf("%d Uchars (%d bytes) in, %d chars out.\n", inchars, inchars * sizeof(UChar), total);