Home
last modified time | relevance | path

Searched refs:utf8cursor (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.10/fs/unicode/
Dutf8n.h77 struct utf8cursor { struct
95 extern int utf8cursor(struct utf8cursor *u8c, const struct utf8data *data,
97 extern int utf8ncursor(struct utf8cursor *u8c, const struct utf8data *data,
106 extern int utf8byte(struct utf8cursor *u8c);
Dutf8-core.c27 struct utf8cursor cur1, cur2; in utf8_strncmp()
54 struct utf8cursor cur1, cur2; in utf8_strncasecmp()
85 struct utf8cursor cur1; in utf8_strncasecmp_folded()
109 struct utf8cursor cur; in utf8_casefold()
132 struct utf8cursor cur; in utf8_casefold_hash()
153 struct utf8cursor cur; in utf8_normalize()
Dutf8-selftest.c166 struct utf8cursor u8c; in check_utf8_nfdi()
185 if (utf8cursor(&u8c, data, nfdi_test_data[i].str) < 0) in check_utf8_nfdi()
202 struct utf8cursor u8c; in check_utf8_nfdicf()
221 if (utf8cursor(&u8c, data, nfdicf_test_data[i].str) < 0) in check_utf8_nfdicf()
Dutf8-norm.c583 int utf8ncursor(struct utf8cursor *u8c, const struct utf8data *data, in utf8ncursor()
618 int utf8cursor(struct utf8cursor *u8c, const struct utf8data *data, in utf8cursor() function
623 EXPORT_SYMBOL(utf8cursor);
652 int utf8byte(struct utf8cursor *u8c) in utf8byte()
Dmkutf8data.c2600 struct utf8cursor;
2601 int utf8cursor(struct utf8cursor *, struct tree *, const char *);
2602 int utf8ncursor(struct utf8cursor *, struct tree *, const char *, size_t);
2603 int utf8byte(struct utf8cursor *);
2966 struct utf8cursor { struct
2990 int utf8ncursor(struct utf8cursor *u8c, struct tree *tree, const char *s, in utf8ncursor()
3025 int utf8cursor(struct utf8cursor *u8c, struct tree *tree, const char *s) in utf8cursor() function
3057 int utf8byte(struct utf8cursor *u8c) in utf8byte()
3179 struct utf8cursor u8c; in normalize_line()
3184 if (utf8cursor(&u8c, tree, s)) in normalize_line()
[all …]