Searched refs:totype (Results 1 – 1 of 1) sorted by relevance
172 unsigned char totype = tomap[-1]; in iconv() local316 if (totype-0300U > 8) k = 2; in iconv()317 else k = "\10\4\4\10\4\4\10\2\4"[totype-0300]; in iconv()377 switch (totype) { in iconv()398 if (c < 128+totype) { in iconv()405 for (c=0; c<128-totype; c++) { in iconv()420 put_16((void *)*out, c, totype); in iconv()427 put_16((void *)*out, (c>>10)|0xd800, totype); in iconv()428 put_16((void *)(*out + 2), (c&0x3ff)|0xdc00, totype); in iconv()435 put_32((void *)*out, c, totype); in iconv()