Searched refs:tomap (Results 1 - 1 of 1) sorted by path

/seL4-refos-master/libs/libmuslc/src/locale/
H A Diconv.c161 const unsigned char *tomap = charmaps+to+1; local
168 unsigned char totype = tomap[-1];
403 if (d == legacy_chars[ tomap[c*5/4]>>2*c%8 |
404 tomap[c*5/4+1]<<8-2*c%8 & 1023 ]) {

Completed in 79 milliseconds