Searched refs:utf8data (Results 1 – 10 of 10) sorted by relevance
/linux-6.1.9/fs/unicode/ |
D | Makefile | 6 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
|
D | README.utf8data | 1 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.
|
D | utf8n.h | 63 struct utf8data { struct 72 const struct utf8data *utf8nfdicfdata; argument 75 const struct utf8data *utf8nfdidata; 78 const unsigned char *utf8data; member
|
D | .gitignore | 3 /utf8data.c
|
D | utf8-core.c | 163 static const struct utf8data *find_table_version(const struct utf8data *table, in find_table_version()
|
D | mkutf8data.c | 194 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()
|
D | utf8-norm.c | 306 utf8trie_t *trie = um->tables->utf8data + um->ntab[n]->offset; in utf8nlookup()
|
D | utf8data.c_shipped | 33 static const struct utf8data utf8nfdicfdata[] = { 59 static const struct utf8data utf8nfdidata[] = { 85 static const unsigned char utf8data[64256] = { 4120 .utf8data = utf8data,
|
/linux-6.1.9/include/linux/ |
D | unicode.h | 8 struct utf8data; 52 const struct utf8data *ntab[UTF8_NMAX];
|
/linux-6.1.9/Documentation/ |
D | dontdiff | 266 utf8data.h
|