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

/macosx-10.9.5/libiconv-41/libiconv/tools/
H A Dcjk_tab_to_h.c55 int (*row_byte) (int row); /* returns the 1st byte value for a given row */ member in struct:__anon9530
314 name, enc->row_byte(row),
317 printf(" /""* 0x%02x *""/\n ", enc->row_byte(row));
348 i1_min = enc->row_byte(enc->charsetblocks[i].start / enc->cols);
349 i1_max = enc->row_byte((enc->charsetblocks[i].end-1) / enc->cols);
379 printf("%s_2uni_page%02x[i", name, enc->row_byte(enc->charsetblocks[i].start / enc->cols));
426 name, enc->row_byte(row),
436 name, enc->row_byte(row),
439 printf(" /""* 0x%02x *""/\n ", enc->row_byte(row));
459 i1_min = enc->row_byte(en
[all...]

Completed in 163 milliseconds