Searched refs:ranges_total (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/libiconv-41/libiconv/tools/
H A Dcjk_tab_to_h.c1419 int ranges_count, ranges_total; local
1492 ranges_total = 0;
1494 ranges[k].total = ranges_total;
1495 ranges_total += ranges[k].high - ranges[k].low + 1;
1531 printf("static const unsigned char %s_bitmap[%d] = {\n ", name, (ranges_total + 7) / 8);
1541 if ((i / 8) < (ranges_total + 7) / 8) printf(",");
1547 if (i != (k+1 < ranges_count ? ranges[k+1].total : ranges_total)) abort();
1549 if ((ranges_total % 8) != 0)

Completed in 67 milliseconds