Home
last modified time | relevance | path

Searched refs:unicode (Results 1 – 10 of 10) sorted by relevance

/drivers/tty/vt/
A Dselection.c67 sel_pos(int n, bool unicode) in sel_pos() argument
69 if (unicode) in sel_pos()
230 u32 c = sel_pos(i, unicode); in vc_selection_store_chars()
231 if (unicode) in vc_selection_store_chars()
264 spc = is_space_on_vt(sel_pos(ps, unicode)); in vc_do_selection()
267 (!spc && !inword(sel_pos(ps, unicode)))) in vc_do_selection()
274 spc = is_space_on_vt(sel_pos(pe, unicode)); in vc_do_selection()
277 (!spc && !inword(sel_pos(pe, unicode)))) in vc_do_selection()
304 if (!is_space_on_vt(sel_pos(pe, unicode)) || in vc_do_selection()
307 if (is_space_on_vt(sel_pos(pe, unicode))) in vc_do_selection()
[all …]
A Dconsolemap.c509 con_insert_unipair(struct uni_pagedict *p, u_short unicode, u_short fontpos) in con_insert_unipair() argument
514 n = UNI_DIR(unicode); in con_insert_unipair()
523 n = UNI_ROW(unicode); in con_insert_unipair()
534 row[UNI_GLYPH(unicode)] = fontpos; in con_insert_unipair()
536 p->sum += (fontpos << 20U) + unicode; in con_insert_unipair()
674 err1 = con_insert_unipair(dict, plist->unicode, plist->fontpos); in con_set_unimap()
819 unilist[ect].unicode = UNI(d, r, g); in con_get_unimap()
A Dconmakehash.c22 typedef unsigned short unicode; typedef
45 unicode unitable[MAX_FONTLEN][255];
A DMakefile35 loadkeys --mktable --unicode $< > $@
A Dvc_screen.c209 static int vcs_size(const struct vc_data *vc, bool attr, bool unicode) in vcs_size() argument
218 if (unicode) in vcs_size()
222 } else if (unicode) in vcs_size()
A Ddefkeymap.c_shipped3 /* loadkeys --mktable --unicode defkeymap.map > defkeymap.c */
A Dvt.c263 static void notify_write(struct vc_data *vc, unsigned int unicode) in notify_write() argument
265 struct vt_notifier_param param = { .vc = vc, .c = unicode }; in notify_write()
/drivers/accessibility/speakup/
A Dspeakup_soft.c219 loff_t *pos, int unicode) in softsynthx_read() argument
224 size_t bytes_per_ch = unicode ? 3 : 1; in softsynthx_read()
238 if (!unicode) in softsynthx_read()
270 if (!unicode) in softsynthx_read()
278 if ((!unicode && ch < 0x100) || (unicode && ch < 0x80)) { in softsynthx_read()
286 } else if (unicode && ch < 0x800) { in softsynthx_read()
297 } else if (unicode) { in softsynthx_read()
A Dsynth.c54 static void _spk_do_catch_up(struct spk_synth *synth, int unicode) in _spk_do_catch_up() argument
84 if (!unicode) in _spk_do_catch_up()
96 if (unicode) in _spk_do_catch_up()
/drivers/usb/serial/
A Dio_edgeport.c2501 __le16 *unicode, int unicode_size) in unicode_to_ascii() argument
2512 string[i] = (char)(le16_to_cpu(unicode[i])); in unicode_to_ascii()

Completed in 663 milliseconds