/kernel/linux/linux-5.10/fs/unicode/ |
H A D | utf8-core.c | 30 if (utf8ncursor(&cur1, data, s1->name, s1->len) < 0) in utf8_strncmp() 33 if (utf8ncursor(&cur2, data, s2->name, s2->len) < 0) in utf8_strncmp() 57 if (utf8ncursor(&cur1, data, s1->name, s1->len) < 0) in utf8_strncasecmp() 60 if (utf8ncursor(&cur2, data, s2->name, s2->len) < 0) in utf8_strncasecmp() 89 if (utf8ncursor(&cur1, data, s1->name, s1->len) < 0) in utf8_strncasecmp_folded() 112 if (utf8ncursor(&cur, data, str->name, str->len) < 0) in utf8_casefold() 136 if (utf8ncursor(&cur, data, str->name, str->len) < 0) in utf8_casefold_hash() 156 if (utf8ncursor(&cur, data, str->name, str->len) < 0) in utf8_normalize()
|
H A D | utf8n.h | 97 extern int utf8ncursor(struct utf8cursor *u8c, const struct utf8data *data,
|
H A D | utf8-norm.c | 583 int utf8ncursor(struct utf8cursor *u8c, const struct utf8data *data, in utf8ncursor() function 607 EXPORT_SYMBOL(utf8ncursor); variable 621 return utf8ncursor(u8c, data, s, (unsigned int)-1); in utf8cursor()
|
H A D | mkutf8data.c | 2602 int utf8ncursor(struct utf8cursor *, struct tree *, const char *, size_t); 2990 int utf8ncursor(struct utf8cursor *u8c, struct tree *tree, const char *s, in utf8ncursor() function 3027 return utf8ncursor(u8c, tree, s, (unsigned int)-1); in utf8cursor()
|
/kernel/linux/linux-6.6/fs/unicode/ |
H A D | utf8-core.c | 26 if (utf8ncursor(&cur1, um, UTF8_NFDI, s1->name, s1->len) < 0) in utf8_strncmp() 29 if (utf8ncursor(&cur2, um, UTF8_NFDI, s2->name, s2->len) < 0) in utf8_strncmp() 52 if (utf8ncursor(&cur1, um, UTF8_NFDICF, s1->name, s1->len) < 0) in utf8_strncasecmp() 55 if (utf8ncursor(&cur2, um, UTF8_NFDICF, s2->name, s2->len) < 0) in utf8_strncasecmp() 83 if (utf8ncursor(&cur1, um, UTF8_NFDICF, s1->name, s1->len) < 0) in utf8_strncasecmp_folded() 105 if (utf8ncursor(&cur, um, UTF8_NFDICF, str->name, str->len) < 0) in utf8_casefold() 128 if (utf8ncursor(&cur, um, UTF8_NFDICF, str->name, str->len) < 0) in utf8_casefold_hash() 147 if (utf8ncursor(&cur, um, UTF8_NFDI, str->name, str->len) < 0) in utf8_normalize()
|
H A D | utf8n.h | 52 int utf8ncursor(struct utf8cursor *u8c, const struct unicode_map *um,
|
H A D | utf8-norm.c | 420 int utf8ncursor(struct utf8cursor *u8c, const struct unicode_map *um, in utf8ncursor() function 592 EXPORT_SYMBOL_GPL(utf8ncursor); variable
|
H A D | utf8-selftest.c | 170 return utf8ncursor(u8c, um, n, s, (unsigned int)-1); in utf8cursor()
|
H A D | mkutf8data.c | 2602 int utf8ncursor(struct utf8cursor *, struct tree *, const char *, size_t); 2990 int utf8ncursor(struct utf8cursor *u8c, struct tree *tree, const char *s, in utf8ncursor() function 3027 return utf8ncursor(u8c, tree, s, (unsigned int)-1); in utf8cursor()
|