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

/macosx-10.9.5/libiconv-41/libiconv/tools/
H A Dcjk_tab_to_h.c686 int indxsteps; local
748 indxsteps = (indx + stepsize-1) / stepsize;
749 printf("static const unsigned short %s_2charset_main[%d] = {\n", name, indxsteps);
750 for (i = 0; i < indxsteps; ) {
754 if ((i % 8) == 0 || i == indxsteps) printf("\n");

Completed in 75 milliseconds