Searched refs:utf8data (Results 1 – 10 of 10) sorted by relevance
/Linux-v5.4/fs/unicode/ |
D | utf8n.h | 43 extern const struct utf8data *utf8nfdi(unsigned int maxage); 44 extern const struct utf8data *utf8nfdicf(unsigned int maxage); 51 extern int utf8agemax(const struct utf8data *data, const char *s); 52 extern int utf8nagemax(const struct utf8data *data, const char *s, size_t len); 59 extern int utf8agemin(const struct utf8data *data, const char *s); 60 extern int utf8nagemin(const struct utf8data *data, const char *s, size_t len); 68 extern ssize_t utf8len(const struct utf8data *data, const char *s); 69 extern ssize_t utf8nlen(const struct utf8data *data, const char *s, size_t len); 78 const struct utf8data *data; 95 extern int utf8cursor(struct utf8cursor *u8c, const struct utf8data *data, [all …]
|
D | Makefile | 8 $(obj)/utf8-norm.o: $(obj)/utf8data.h 27 $(obj)/utf8data.h: $(obj)/mkutf8data $(filter %.txt, $(cmd_utf8data)) FORCE 28 $(call if_changed,utf8data) 32 $(obj)/utf8data.h: $(src)/utf8data.h_shipped FORCE 37 targets += utf8data.h
|
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 | utf8-norm.c | 9 struct utf8data { struct 319 static utf8leaf_t *utf8nlookup(const struct utf8data *data, in utf8nlookup() 333 trie = utf8data + data->offset; in utf8nlookup() 395 static utf8leaf_t *utf8lookup(const struct utf8data *data, in utf8lookup() 406 int utf8agemax(const struct utf8data *data, const char *s) in utf8agemax() 435 int utf8agemin(const struct utf8data *data, const char *s) in utf8agemin() 462 int utf8nagemax(const struct utf8data *data, const char *s, size_t len) in utf8nagemax() 490 int utf8nagemin(const struct utf8data *data, const char *s, size_t len) in utf8nagemin() 520 ssize_t utf8len(const struct utf8data *data, const char *s) in utf8len() 548 ssize_t utf8nlen(const struct utf8data *data, const char *s, size_t len) in utf8nlen() [all …]
|
D | utf8-core.c | 14 const struct utf8data *data = utf8nfdi(um->version); in utf8_validate() 25 const struct utf8data *data = utf8nfdi(um->version); in utf8_strncmp() 52 const struct utf8data *data = utf8nfdicf(um->version); in utf8_strncasecmp() 83 const struct utf8data *data = utf8nfdicf(um->version); in utf8_strncasecmp_folded() 107 const struct utf8data *data = utf8nfdicf(um->version); in utf8_casefold() 131 const struct utf8data *data = utf8nfdi(um->version); in utf8_normalize()
|
D | .gitignore | 2 utf8data.h
|
D | utf8-selftest.c | 167 const struct utf8data *data; in check_utf8_nfdi() 203 const struct utf8data *data; in check_utf8_nfdicf()
|
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() 3337 fprintf(file, "0x%.2x%s", utf8data[j], in write_file()
|
D | utf8data.h_shipped | 34 static const struct utf8data utf8nfdicfdata[] = { 60 static const struct utf8data utf8nfdidata[] = { 86 static const unsigned char utf8data[64256] = {
|
/Linux-v5.4/Documentation/ |
D | dontdiff | 260 utf8data.h
|