/Linux-v5.10/drivers/tty/vt/ |
D | selection.c | 67 sel_pos(int n, bool unicode) in sel_pos() argument 69 if (unicode) in sel_pos() 188 static int vc_selection_store_chars(struct vc_data *vc, bool unicode) in vc_selection_store_chars() argument 195 bp = kmalloc_array((vc_sel.end - vc_sel.start) / 2 + 1, unicode ? 4 : 1, in vc_selection_store_chars() 207 u32 c = sel_pos(i, unicode); in vc_selection_store_chars() 208 if (unicode) in vc_selection_store_chars() 233 bool unicode = vt_do_kdgkbmode(fg_console) == K_UNICODE; in vc_do_selection() local 241 spc = isspace(sel_pos(ps, unicode)); in vc_do_selection() 243 if ((spc && !isspace(sel_pos(ps, unicode))) || in vc_do_selection() 244 (!spc && !inword(sel_pos(ps, unicode)))) in vc_do_selection() [all …]
|
D | consolemap.c | 475 con_insert_unipair(struct uni_pagedir *p, u_short unicode, u_short fontpos) in con_insert_unipair() argument 480 p1 = p->uni_pgdir[n = unicode >> 11]; in con_insert_unipair() 489 p2 = p1[n = (unicode >> 6) & 0x1f]; in con_insert_unipair() 496 p2[unicode & 0x3f] = fontpos; in con_insert_unipair() 498 p->sum += (fontpos << 20) + unicode; in con_insert_unipair() 627 err1 = con_insert_unipair(p, plist->unicode, plist->fontpos); in con_set_unimap() 765 unilist[ect].unicode = in con_get_unimap()
|
D | conmakehash.c | 22 typedef unsigned short unicode; typedef 45 unicode unitable[MAX_FONTLEN][255];
|
D | vc_screen.c | 209 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-v5.10/fs/unicode/ |
D | README.utf8data | 6 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 …]
|
D | Makefile | 3 obj-$(CONFIG_UNICODE) += unicode.o 6 unicode-y := utf8-norm.o utf8-core.o
|
/Linux-v5.10/Documentation/input/ |
D | notifier.rst | 18 unicode character. value is the unicode value. 20 non-unicode character. value is the keysym. 21 - KBD_POST_KEYSYM events are sent after the treatment of non-unicode keysyms. 39 if (unicode) { 40 param.value = unicode; 43 emit unicode;
|
/Linux-v5.10/drivers/accessibility/speakup/ |
D | speakup_soft.c | 200 loff_t *pos, int unicode) in softsynthx_read() argument 205 size_t bytes_per_ch = unicode ? 3 : 1; in softsynthx_read() 219 if (!unicode) in softsynthx_read() 251 if (!unicode) in softsynthx_read() 259 if ((!unicode && ch < 0x100) || (unicode && ch < 0x80)) { in softsynthx_read() 267 } else if (unicode && ch < 0x800) { in softsynthx_read() 278 } else if (unicode) { in softsynthx_read()
|
D | synth.c | 54 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()
|
/Linux-v5.10/fs/fat/ |
D | dir.c | 281 wchar_t **unicode, unsigned char *nr_slots) in fat_parse_long() argument 286 if (!*unicode) { in fat_parse_long() 287 *unicode = __getname(); in fat_parse_long() 288 if (!*unicode) { in fat_parse_long() 310 fat16_towchar(*unicode + offset, ds->name0_4, 5); in fat_parse_long() 311 fat16_towchar(*unicode + offset + 5, ds->name5_10, 6); in fat_parse_long() 312 fat16_towchar(*unicode + offset + 11, ds->name11_12, 2); in fat_parse_long() 315 (*unicode)[offset + 13] = 0; in fat_parse_long() 471 wchar_t *unicode = NULL; in fat_search_long() local 490 &unicode, &nr_slots); in fat_search_long() [all …]
|
/Linux-v5.10/fs/hfsplus/ |
D | unicode.c | 40 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()
|
D | Makefile | 9 bnode.o brec.o bfind.o tables.o unicode.o wrapper.o bitmap.o part_tbl.o \
|
D | hfsplus_raw.h | 62 hfsplus_unichr unicode[HFSPLUS_MAX_STRLEN]; member 71 hfsplus_unichr unicode[HFSPLUS_ATTR_MAX_STRLEN]; member
|
D | catalog.c | 77 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-v5.10/Documentation/ABI/testing/ |
D | configfs-usb-gadget | 103 - 1: unicode string 104 - 2: unicode string with environment variable 108 - 6: unicode string with a symbolic link 109 - 7: multiple unicode strings
|
/Linux-v5.10/fs/isofs/ |
D | Kconfig | 24 which allows for long filenames in unicode format (unicode is the 27 <http://www.unicode.org/> for more information). Say Y here if you
|
/Linux-v5.10/fs/udf/ |
D | Makefile | 10 directory.o misc.o udftime.o unicode.o
|
/Linux-v5.10/include/uapi/linux/ |
D | kd.h | 63 unsigned short unicode; member
|
/Linux-v5.10/Documentation/translations/zh_CN/admin-guide/ |
D | index.rst | 114 unicode
|
/Linux-v5.10/Documentation/admin-guide/ |
D | unicode.rst | 6 This file is maintained by H. Peter Anvin <unicode@lanana.org> as part 10 http://www.lanana.org/docs/unicode/admin-guide/unicode.rst
|
D | index.rst | 117 unicode
|
/Linux-v5.10/fs/cifs/ |
D | readdir.c | 688 file_info->srch_inf.unicode); in cifs_save_resume_key() 850 file_info->srch_inf.unicode); in cifs_filldir() 861 if (cifs_entry_is_dot(&de, file_info->srch_inf.unicode)) in cifs_filldir() 864 if (file_info->srch_inf.unicode) { in cifs_filldir()
|
/Linux-v5.10/Documentation/filesystems/ |
D | hfsplus.rst | 9 blocks, 255-character unicode filenames, and file sizes of 2^63 bytes.
|
/Linux-v5.10/Documentation/sphinx/ |
D | maintainers_include.py | 65 line = unicode(line, 'utf-8')
|
/Linux-v5.10/fs/ |
D | Makefile | 98 obj-$(CONFIG_UNICODE) += unicode/
|