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

/seL4-refos-master/libs/libmuslc/src/locale/
H A Diconv.c168 unsigned char totype = tomap[-1]; local
314 if (totype-0300U > 8) k = 2;
315 else k = "\10\4\4\10\4\4\10\2\4"[totype-0300];
374 switch (totype) {
395 if (c < 128+totype) {
402 for (c=0; c<128-totype; c++) {
417 put_16((void *)*out, c, totype);
424 put_16((void *)*out, (c>>10)|0xd800, totype);
425 put_16((void *)(*out + 2), (c&0x3ff)|0xdc00, totype);
432 put_32((void *)*out, c, totype);
[all...]

Completed in 26 milliseconds