Lines Matching refs:unicode
208 * struct uni_pagedict - unicode directory
214 * @inverse_trans_unicode: best-effort inverse mapping to unicode
509 con_insert_unipair(struct uni_pagedict *p, u_short unicode, u_short fontpos)
514 n = UNI_DIR(unicode);
523 n = UNI_ROW(unicode);
534 row[UNI_GLYPH(unicode)] = fontpos;
536 p->sum += (fontpos << 20U) + unicode;
597 * entry is added. The unicode value must still be incremented for
620 * Found one, copy entry for unicode uni with
671 * Insert user specified unicode pairs into new table.
674 err1 = con_insert_unipair(dict, plist->unicode, plist->fontpos);
696 * con_set_default_unimap - set default unicode map
780 * con_get_unimap - get the unicode map
782 * Read the console unicode data for this console. Called from the ioctl
819 unilist[ect].unicode = UNI(d, r, g);