Home
last modified time | relevance | path

Searched refs:utf8data (Results 1 – 10 of 10) sorted by relevance

/linux-5.19.10/fs/unicode/
DMakefile6 obj-$(CONFIG_UNICODE) += utf8data.o
11 $(obj)/utf8-data.o: $(obj)/utf8data.c
30 $(obj)/utf8data.c: $(obj)/mkutf8data $(filter %.txt, $(cmd_utf8data)) FORCE
31 $(call if_changed,utf8data)
35 $(obj)/utf8data.c: $(src)/utf8data.c_shipped FORCE
40 targets += utf8data.c
DREADME.utf8data1 The utf8data.h file in this directory is generated from the Unicode
18 md5sums (verify by running "md5sum -c README.utf8data"):
28 sha1sums (verify by running "sha1sum -c README.utf8data"):
48 After sanity checking the newly generated utf8data.h file (the
51 of utf8data.h_shipped, rename it to utf8data.h_shipped.
54 Unicode Character Database, please update this README.utf8data file
56 the *.txt files, before checking in the new versions of the utf8data.h
57 and README.utf8data files.
Dutf8n.h63 struct utf8data { struct
72 const struct utf8data *utf8nfdicfdata; argument
75 const struct utf8data *utf8nfdidata;
78 const unsigned char *utf8data; member
D.gitignore3 /utf8data.c
Dutf8-core.c163 static const struct utf8data *find_table_version(const struct utf8data *table, in find_table_version()
Dmkutf8data.c194 unsigned char *utf8data; variable
1726 utf8data = calloc(size, 1); in trees_reduce()
1729 emit(&trees[i], utf8data); in trees_reduce()
1738 nfdi = utf8data + trees[trees_count-1].index; in trees_reduce()
1739 nfdicf = utf8data + trees[trees_count-2].index; in trees_reduce()
2720 trie = utf8data + tree->index; in utf8nlookup()
3335 fprintf(file, "0x%.2x%s", utf8data[j], in write_file()
Dutf8-norm.c306 utf8trie_t *trie = um->tables->utf8data + um->ntab[n]->offset; in utf8nlookup()
Dutf8data.c_shipped33 static const struct utf8data utf8nfdicfdata[] = {
59 static const struct utf8data utf8nfdidata[] = {
85 static const unsigned char utf8data[64256] = {
4120 .utf8data = utf8data,
/linux-5.19.10/include/linux/
Dunicode.h8 struct utf8data;
52 const struct utf8data *ntab[UTF8_NMAX];
/linux-5.19.10/Documentation/
Ddontdiff266 utf8data.h