Home
last modified time | relevance | path

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

12

/Linux-v4.19/Documentation/input/
Dnotifier.rst18 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-v4.19/drivers/staging/speakup/
Dspeakup_soft.c196 loff_t *pos, int unicode) in softsynthx_read() argument
201 size_t bytes_per_ch = unicode ? 3 : 1; in softsynthx_read()
213 if (!unicode) in softsynthx_read()
242 if (!unicode) in softsynthx_read()
250 if ((!unicode && ch < 0x100) || (unicode && ch < 0x80)) { in softsynthx_read()
258 } else if (unicode && ch < 0x800) { in softsynthx_read()
269 } else if (unicode) { in softsynthx_read()
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-v4.19/fs/fat/
Ddir.c282 wchar_t **unicode, unsigned char *nr_slots) in fat_parse_long() argument
287 if (!*unicode) { in fat_parse_long()
288 *unicode = __getname(); in fat_parse_long()
289 if (!*unicode) { in fat_parse_long()
311 fat16_towchar(*unicode + offset, ds->name0_4, 5); in fat_parse_long()
312 fat16_towchar(*unicode + offset + 5, ds->name5_10, 6); in fat_parse_long()
313 fat16_towchar(*unicode + offset + 11, ds->name11_12, 2); in fat_parse_long()
316 (*unicode)[offset + 13] = 0; in fat_parse_long()
470 wchar_t *unicode = NULL; in fat_search_long() local
489 &unicode, &nr_slots); in fat_search_long()
[all …]
/Linux-v4.19/fs/hfsplus/
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()
DMakefile9 bnode.o brec.o bfind.o tables.o unicode.o wrapper.o bitmap.o part_tbl.o \
Dhfsplus_raw.h62 hfsplus_unichr unicode[HFSPLUS_MAX_STRLEN]; member
71 hfsplus_unichr unicode[HFSPLUS_ATTR_MAX_STRLEN]; member
Dcatalog.c77 memcpy(key->cat.name.unicode, name->unicode, ustrlen); in hfsplus_cat_build_key_uni()
351 &fd.search_key->cat.name.unicode, in hfsplus_delete_cat()
/Linux-v4.19/Documentation/ABI/testing/
Dconfigfs-usb-gadget89 1: unicode string
90 2: unicode string with environment variable
94 6: unicode string with a symbolic link
95 7: multiple unicode strings
/Linux-v4.19/drivers/tty/vt/
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 << 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()
/Linux-v4.19/fs/isofs/
DKconfig23 which allows for long filenames in unicode format (unicode is the
26 <http://www.unicode.org/> for more information). Say Y here if you
/Linux-v4.19/scripts/
Dconmakehash.c25 typedef unsigned short unicode; typedef
48 unicode unitable[MAX_FONTLEN][255];
/Linux-v4.19/fs/udf/
DMakefile9 directory.o misc.o udftime.o unicode.o
/Linux-v4.19/include/uapi/linux/
Dkd.h63 unsigned short unicode; member
/Linux-v4.19/fs/cifs/
Dreaddir.c555 file_info->srch_inf.unicode); in cifs_save_resume_key()
709 file_info->srch_inf.unicode); in cifs_filldir()
720 if (cifs_entry_is_dot(&de, file_info->srch_inf.unicode)) in cifs_filldir()
723 if (file_info->srch_inf.unicode) { in cifs_filldir()
Dcifsglob.h1093 bool unicode:1; member
Dcifssmb.c4553 psrch_inf->unicode = true; in CIFSFindFirst()
4555 psrch_inf->unicode = false; in CIFSFindFirst()
4677 psrch_inf->unicode = true; in CIFSFindNext()
4679 psrch_inf->unicode = false; in CIFSFindNext()
/Linux-v4.19/Documentation/admin-guide/
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
Dindex.rst67 unicode
/Linux-v4.19/Documentation/filesystems/
Dhfsplus.txt7 blocks, 255-character unicode filenames, and file sizes of 2^63 bytes.
Dvfat.txt73 unicode.
/Linux-v4.19/Documentation/sphinx/
DrstFlatTable.py63 unicode = str variable
Dkfigure.py68 _unicode = unicode
/Linux-v4.19/drivers/usb/serial/
Dio_edgeport.c335 __le16 *unicode, int unicode_size);
2633 __le16 *unicode, int unicode_size) in unicode_to_ascii() argument
2644 string[i] = (char)(le16_to_cpu(unicode[i])); in unicode_to_ascii()
/Linux-v4.19/Documentation/media/kapi/
Ddtv-frontend.rst119 .. |delta| unicode:: U+00394

12