Lines Matching defs:count
411 int code, index, count;
434 count = decomp_data[index] >> 8;
437 (strlen(prefix) + 5 * count + 1 bytes) */
449 while (count-- > 0) {
462 int *index, int *prefix, int *count)
480 *count = decomp_data[*index] >> 8;
507 int index, prefix, count, stackptr;
574 get_decomp_record(self, code, &index, &prefix, &count);
578 if (!count || (prefix && !k)) {
585 while(count) {
586 code = decomp_data[index + (--count)];
637 if (code <= start + nfc[index].count) {
1189 find_syllable(const char *str, int *len, int *pos, int count, int column)
1193 for (i = 0; i < count; i++) {