Home
last modified time | relevance | path

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

12

/linux/drivers/tty/vt/
H A Dselection.c67 sel_pos(int n, bool unicode) in sel_pos() argument
69 if (unicode) in sel_pos()
198 static int vc_selection_store_chars(struct vc_data *vc, bool unicode) in vc_selection_store_chars() argument
205 bp = kmalloc_array((vc_sel.end - vc_sel.start) / 2 + 1, unicode ? 4 : 1, in vc_selection_store_chars()
217 u32 c = sel_pos(i, unicode); in vc_selection_store_chars()
218 if (unicode) in vc_selection_store_chars()
243 bool unicode = vt_do_kdgkbmode(fg_console) == K_UNICODE; in vc_do_selection() local
251 spc = is_space_on_vt(sel_pos(ps, unicode)); in vc_do_selection()
253 if ((spc && !is_space_on_vt(sel_pos(ps, unicode))) || in vc_do_selection()
254 (!spc && !inword(sel_pos(ps, unicode)))) in vc_do_selection()
[all …]
H 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()
H A Dconmakehash.c22 typedef unsigned short unicode; typedef
45 unicode unitable[MAX_FONTLEN][255];
H A DMakefile33 loadkeys --mktable --unicode $< > $@
H 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()
/linux/fs/unicode/
H A DREADME.utf8data6 http://www.unicode.org/Public/12.1.0/ucd/
10 https://www.unicode.org/Public/12.1.0/ucd/CaseFolding.txt
11 https://www.unicode.org/Public/12.1.0/ucd/DerivedAge.txt
12 https://www.unicode.org/Public/12.1.0/ucd/extracted/DerivedCombiningClass.txt
13 https://www.unicode.org/Public/12.1.0/ucd/DerivedCoreProperties.txt
14 https://www.unicode.org/Public/12.1.0/ucd/NormalizationCorrections.txt
15 https://www.unicode.org/Public/12.1.0/ucd/NormalizationTest.txt
16 https://www.unicode.org/Public/12.1.0/ucd/UnicodeData.txt
42 http://www.unicode.org/Public/UCD/latest/
44 Then, build under fs/unicode/ with REGENERATE_UTF8DATA=1:
[all …]
H A DMakefile4 obj-y += unicode.o
9 unicode-y := utf8-norm.o utf8-core.o
/linux/Documentation/input/
H A Dnotifier.rst19 unicode character. value is the unicode value.
21 non-unicode character. value is the keysym.
22 - KBD_POST_KEYSYM events are sent after the treatment of non-unicode keysyms.
40 if (unicode) {
41 param.value = unicode;
44 emit unicode;
/linux/fs/fat/
H A Ddir.c30 * Maximum buffer size of unicode chars from slots.
279 * @unicode: Pointer to a buffer where the parsed Unicode long filename will be in fat_parse_long()
293 wchar_t **unicode, unsigned char *nr_slots) in fat_parse_long()
298 if (!*unicode) { in fat_parse_long()
299 *unicode = __getname(); in fat_parse_long()
300 if (!*unicode) { in fat_parse_long()
322 fat16_towchar(*unicode + offset, ds->name0_4, 5); in fat_parse_long()
323 fat16_towchar(*unicode + offset + 5, ds->name5_10, 6); in fat_parse_long()
324 fat16_towchar(*unicode + offset + 11, ds->name11_12, 2); in fat_parse_long()
327 (*unicode)[offse in fat_parse_long()
281 fat_parse_long(struct inode * dir,loff_t * pos,struct buffer_head ** bh,struct msdos_dir_entry ** de,wchar_t ** unicode,unsigned char * nr_slots) fat_parse_long() argument
471 wchar_t *unicode = NULL; fat_search_long() local
562 wchar_t *unicode = NULL; __fat_readdir() local
[all...]
/linux/drivers/accessibility/speakup/
H 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()
H 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()
221 * returns the unicode codepoint if valid, -1 otherwise. in synth_printf()
/linux/fs/hfsplus/
H A Dunicode.c40 p1 = s1->unicode; in hfsplus_strcasecmp()
41 p2 = s2->unicode; in hfsplus_strcasecmp()
74 p1 = s1->unicode; in hfsplus_strcmp()
75 p2 = s2->unicode; in hfsplus_strcmp()
134 ip = ustr->unicode; in hfsplus_uni2asc()
365 ustr->unicode[outlen++] = cpu_to_be16(*dstr++); in hfsplus_asc2uni()
368 ustr->unicode[outlen++] = cpu_to_be16(c); in hfsplus_asc2uni()
H A DMakefile9 bnode.o brec.o bfind.o tables.o unicode.o wrapper.o bitmap.o part_tbl.o \
H A Dhfsplus_raw.h62 hfsplus_unichr unicode[HFSPLUS_MAX_STRLEN]; member
71 hfsplus_unichr unicode[HFSPLUS_ATTR_MAX_STRLEN]; member
H A Dcatalog.c77 memcpy(key->cat.name.unicode, name->unicode, ustrlen); in hfsplus_cat_build_key_uni()
367 &fd.search_key->cat.name.unicode, in hfsplus_delete_cat()
/linux/fs/isofs/
H A DKconfig25 which allows for long filenames in unicode format (unicode is the
28 <http://www.unicode.org/> for more information). Say Y here if you
/linux/Documentation/ABI/testing/
H A Dconfigfs-usb-gadget103 - 1: unicode string
104 - 2: unicode string with environment variable
108 - 6: unicode string with a symbolic link
109 - 7: multiple unicode strings
/linux/Documentation/translations/zh_TW/admin-guide/
H A Dunicode.rst5 :Original: Documentation/admin-guide/unicode.rst
17 此文檔由H. Peter Anvin <unicode@lanana.org>管理,是Linux註冊名稱與編號管理局
21 http://www.lanana.org/docs/unicode/admin-guide/unicode.rst
H A Dindex.rst73 unicode
/linux/Documentation/translations/zh_CN/admin-guide/
H A Dunicode.rst3 :Original: Documentation/admin-guide/unicode.rst
14 此文档由H. Peter Anvin <unicode@lanana.org>管理,是Linux注册名称与编号管理局
18 http://www.lanana.org/docs/unicode/admin-guide/unicode.rst
/linux/fs/udf/
H A DMakefile10 directory.o misc.o udftime.o unicode.o
/linux/fs/smb/client/
H A Dreparse.c349 u32 plen, bool unicode, in parse_reparse_symlink() argument
366 len, unicode, in parse_reparse_symlink()
379 bool unicode, struct cifs_open_info_data *data) in parse_reparse_point() argument
393 plen, unicode, cifs_sb, data); in parse_reparse_point()
H A Dreaddir.c652 file_info->srch_inf.unicode); in cifs_save_resume_key()
929 file_info->srch_inf.unicode); in cifs_filldir()
940 if (cifs_entry_is_dot(&de, file_info->srch_inf.unicode)) in cifs_filldir()
943 if (file_info->srch_inf.unicode) { in cifs_filldir()
/linux/fs/smb/server/
H A DMakefile7 ksmbd-y := unicode.o auth.o vfs.o vfs_cache.o server.o ndr.o \
/linux/include/uapi/linux/
H A Dkd.h63 unsigned short unicode; member

12