Home
last modified time | relevance | path

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

12

/linux/drivers/tty/vt/
A Dselection.c67 sel_pos(int n, bool unicode) in sel_pos() argument
69 if (unicode) in sel_pos()
207 u32 c = sel_pos(i, unicode); in vc_selection_store_chars()
208 if (unicode) in vc_selection_store_chars()
241 spc = is_space_on_vt(sel_pos(ps, unicode)); in vc_do_selection()
244 (!spc && !inword(sel_pos(ps, unicode)))) in vc_do_selection()
251 spc = is_space_on_vt(sel_pos(pe, unicode)); in vc_do_selection()
254 (!spc && !inword(sel_pos(pe, unicode)))) in vc_do_selection()
281 if (!is_space_on_vt(sel_pos(pe, unicode)) || in vc_do_selection()
284 if (is_space_on_vt(sel_pos(pe, unicode))) in vc_do_selection()
[all …]
A Dconsolemap.c475 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 << 20U) + unicode; in con_insert_unipair()
627 err1 = con_insert_unipair(p, plist->unicode, plist->fontpos); in con_set_unimap()
764 unilist[ect].unicode = in con_get_unimap()
A Dconmakehash.c22 typedef unsigned short unicode; typedef
45 unicode unitable[MAX_FONTLEN][255];
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/
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 …]
A DMakefile3 obj-$(CONFIG_UNICODE) += unicode.o
6 unicode-y := utf8-norm.o utf8-core.o
/linux/Documentation/input/
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/drivers/accessibility/speakup/
A Dspeakup_soft.c207 loff_t *pos, int unicode) in softsynthx_read() argument
212 size_t bytes_per_ch = unicode ? 3 : 1; in softsynthx_read()
226 if (!unicode) in softsynthx_read()
258 if (!unicode) in softsynthx_read()
266 if ((!unicode && ch < 0x100) || (unicode && ch < 0x80)) { in softsynthx_read()
274 } else if (unicode && ch < 0x800) { in softsynthx_read()
285 } 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()
/linux/fs/fat/
A Ddir.c286 if (!*unicode) { in fat_parse_long()
287 *unicode = __getname(); in fat_parse_long()
288 if (!*unicode) { in fat_parse_long()
315 (*unicode)[offset + 13] = 0; in fat_parse_long()
471 wchar_t *unicode = NULL; in fat_search_long() local
535 if (unicode) in fat_search_long()
536 __putname(unicode); in fat_search_long()
562 wchar_t *unicode = NULL; in __fat_readdir() local
612 &unicode, &nr_slots); in __fat_readdir()
694 if (unicode) in __fat_readdir()
[all …]
/linux/fs/hfsplus/
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()
A DMakefile9 bnode.o brec.o bfind.o tables.o unicode.o wrapper.o bitmap.o part_tbl.o \
A Dhfsplus_raw.h62 hfsplus_unichr unicode[HFSPLUS_MAX_STRLEN]; member
71 hfsplus_unichr unicode[HFSPLUS_ATTR_MAX_STRLEN]; member
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/Documentation/ABI/testing/
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/fs/isofs/
A DKconfig24 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/Documentation/translations/zh_TW/admin-guide/
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
A Dindex.rst69 unicode
/linux/Documentation/translations/zh_CN/admin-guide/
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
A Dindex.rst69 unicode
/linux/fs/udf/
A DMakefile10 directory.o misc.o udftime.o unicode.o
/linux/fs/ksmbd/
A DMakefile7 ksmbd-y := unicode.o auth.o vfs.o vfs_cache.o server.o ndr.o \
/linux/include/uapi/linux/
A Dkd.h63 unsigned short unicode; member
/linux/Documentation/admin-guide/
A Dunicode.rst6 This file is maintained by H. Peter Anvin <unicode@lanana.org> as part
10 http://www.lanana.org/docs/unicode/admin-guide/unicode.rst
/linux/fs/cifs/
A Dreaddir.c695 file_info->srch_inf.unicode); in cifs_save_resume_key()
857 file_info->srch_inf.unicode); in cifs_filldir()
868 if (cifs_entry_is_dot(&de, file_info->srch_inf.unicode)) in cifs_filldir()
871 if (file_info->srch_inf.unicode) { in cifs_filldir()

Completed in 49 milliseconds

12