Home
last modified time | relevance | path

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

/fs/unicode/
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 …]
DMakefile3 obj-$(CONFIG_UNICODE) += unicode.o
6 unicode-y := utf8-norm.o utf8-core.o
/fs/fat/
Ddir.c281 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 …]
/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()
Dhfsplus_raw.h62 hfsplus_unichr unicode[HFSPLUS_MAX_STRLEN]; member
71 hfsplus_unichr unicode[HFSPLUS_ATTR_MAX_STRLEN]; member
DMakefile9 bnode.o brec.o bfind.o tables.o unicode.o wrapper.o bitmap.o part_tbl.o \
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()
/fs/isofs/
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
/fs/udf/
DMakefile10 directory.o misc.o udftime.o unicode.o
/fs/cifs/
Dreaddir.c688 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()
Dcifsglob.h1270 bool unicode:1; member
Dcifssmb.c4541 psrch_inf->unicode = true; in CIFSFindFirst()
4543 psrch_inf->unicode = false; in CIFSFindFirst()
4665 psrch_inf->unicode = true; in CIFSFindNext()
4667 psrch_inf->unicode = false; in CIFSFindNext()
Dsmb2pdu.c4765 srch_inf->unicode = true; in smb2_parse_query_directory()
/fs/
DMakefile98 obj-$(CONFIG_UNICODE) += unicode/
DKconfig348 source "fs/unicode/Kconfig"