Lines Matching defs:uni
149 u_int16_t uni;
263 u_int16_t uni;
369 pcdisplay_mapchar(void *id, int uni, unsigned int *index)
373 if (uni < 128) {
374 *index = uni;
376 } else if ((uni < 256) && (isomappings[uni - 128] != NOTPRINTABLE)) {
377 *index = isomappings[uni - 128];
382 if (uni == unimappings[i].uni) {
388 if (uni == replacements[i].uni) {