Home | History | Annotate | Download | only in ucnv

Lines Matching defs:letters

288          "Sample 05: C: count the number of letters in a UTF-8 document\n");
302 uint32_t letters=0, total=0;
359 letters++;
365 printf("%d letters out of %d total UChars.\n", letters, total);
388 "Sample 06: C: frequency distribution of letters in a UTF-8 document\n");
398 uint32_t letters=0, total=0;
457 letters++;
481 printf("%d letters out of %d total UChars.\n", letters, total);