Home
last modified time | relevance | path

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

123

/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/drivers/tty/vt/
H A Dselection.c67 sel_pos(int n, bool unicode) in sel_pos() argument
69 if (unicode) in sel_pos()
210 static int vc_selection_store_chars(struct vc_data *vc, bool unicode) in vc_selection_store_chars() argument
217 bp = kmalloc_array((vc_sel.end - vc_sel.start) / 2 + 1, unicode ? 4 : 1, in vc_selection_store_chars()
229 u32 c = sel_pos(i, unicode); in vc_selection_store_chars()
230 if (unicode) in vc_selection_store_chars()
255 bool unicode = vt_do_kdgkbmode(fg_console) == K_UNICODE; in vc_do_selection() local
263 spc = is_space_on_vt(sel_pos(ps, unicode)); in vc_do_selection()
265 if ((spc && !is_space_on_vt(sel_pos(ps, unicode))) || in vc_do_selection()
266 (!spc && !inword(sel_pos(ps, unicode)))) in vc_do_selection()
[all …]
H A Dconsolemap.c506 con_insert_unipair(struct uni_pagedict *p, u_short unicode, u_short fontpos) in con_insert_unipair() argument
511 n = UNI_DIR(unicode); in con_insert_unipair()
520 n = UNI_ROW(unicode); in con_insert_unipair()
531 row[UNI_GLYPH(unicode)] = fontpos; in con_insert_unipair()
533 p->sum += (fontpos << 20U) + unicode; in con_insert_unipair()
664 int err1 = con_insert_unipair(dict, plist->unicode, plist->fontpos); in con_set_unimap()
803 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 DMakefile35 loadkeys --mktable --unicode $< > $@
H A Dvc_screen.c210 static int vcs_size(const struct vc_data *vc, bool attr, bool unicode) in vcs_size() argument
219 if (unicode) in vcs_size()
223 } else if (unicode) in vcs_size()
/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/hfsplus/
H A Dunicode_test.c53 memset(ustr->unicode, 0, sizeof(ustr->unicode)); in create_unistr()
57 ustr->unicode[i] = cpu_to_be16((u16)ascii_str[i]); in create_unistr()
303 mock_env->str1.unicode[0] = cpu_to_be16(0x00E9); /* é */ in hfsplus_unicode_edge_cases_test()
304 mock_env->str1.unicode[1] = cpu_to_be16(0x00F1); /* ñ */ in hfsplus_unicode_edge_cases_test()
305 mock_env->str1.unicode[2] = cpu_to_be16(0x00FC); /* ü */ in hfsplus_unicode_edge_cases_test()
308 mock_env->str2.unicode[0] = cpu_to_be16(0x00E9); /* é */ in hfsplus_unicode_edge_cases_test()
309 mock_env->str2.unicode[1] = cpu_to_be16(0x00F1); /* ñ */ in hfsplus_unicode_edge_cases_test()
310 mock_env->str2.unicode[2] = cpu_to_be16(0x00FC); /* ü */ in hfsplus_unicode_edge_cases_test()
318 mock_env->str2.unicode[1] = cpu_to_be16(0x00F2); /* ò */ in hfsplus_unicode_edge_cases_test()
324 mock_env->str1.unicode[0] = cpu_to_be16('a'); in hfsplus_unicode_edge_cases_test()
[all …]
H A Dunicode.c43 p1 = s1->unicode; in hfsplus_strcasecmp()
44 p2 = s2->unicode; in hfsplus_strcasecmp()
90 p1 = s1->unicode; in hfsplus_strcmp()
91 p2 = s2->unicode; in hfsplus_strcmp()
162 ip = ustr->unicode; in hfsplus_uni2asc()
417 ustr->unicode[outlen++] = cpu_to_be16(*dstr++); in hfsplus_asc2uni()
420 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 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/fat/
H A Ddir.c295 wchar_t **unicode, unsigned char *nr_slots) in fat_parse_long() argument
300 if (!*unicode) { in fat_parse_long()
301 *unicode = __getname(); in fat_parse_long()
302 if (!*unicode) { in fat_parse_long()
324 fat16_towchar(*unicode + offset, ds->name0_4, 5); in fat_parse_long()
325 fat16_towchar(*unicode + offset + 5, ds->name5_10, 6); in fat_parse_long()
326 fat16_towchar(*unicode + offset + 11, ds->name11_12, 2); in fat_parse_long()
329 (*unicode)[offset + 13] = 0; in fat_parse_long()
485 wchar_t *unicode = NULL; in fat_search_long() local
504 &unicode, &nr_slots); in fat_search_long()
[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()
/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/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
/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_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
H A Dindex.rst71 unicode
/linux/fs/udf/
H A DMakefile10 directory.o misc.o udftime.o unicode.o
/linux/rust/syn/
H A DREADME.md6 the SPDX license identifiers and to remove the `unicode-ident`
/linux/rust/proc-macro2/
H A DREADME.md7 identifiers and to remove the `unicode-ident` dependency.
/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

123