utf8cursor 2600 fs/unicode/mkutf8data.c struct utf8cursor; utf8cursor 2601 fs/unicode/mkutf8data.c int utf8cursor(struct utf8cursor *, struct tree *, const char *); utf8cursor 2602 fs/unicode/mkutf8data.c int utf8ncursor(struct utf8cursor *, struct tree *, const char *, size_t); utf8cursor 2603 fs/unicode/mkutf8data.c int utf8byte(struct utf8cursor *); utf8cursor 2990 fs/unicode/mkutf8data.c int utf8ncursor(struct utf8cursor *u8c, struct tree *tree, const char *s, utf8cursor 3025 fs/unicode/mkutf8data.c int utf8cursor(struct utf8cursor *u8c, struct tree *tree, const char *s) utf8cursor 3057 fs/unicode/mkutf8data.c int utf8byte(struct utf8cursor *u8c) utf8cursor 3179 fs/unicode/mkutf8data.c struct utf8cursor u8c; utf8cursor 3184 fs/unicode/mkutf8data.c if (utf8cursor(&u8c, tree, s)) utf8cursor 3199 fs/unicode/mkutf8data.c if (utf8cursor(&u8c, tree, s)) utf8cursor 26 fs/unicode/utf8-core.c struct utf8cursor cur1, cur2; utf8cursor 53 fs/unicode/utf8-core.c struct utf8cursor cur1, cur2; utf8cursor 84 fs/unicode/utf8-core.c struct utf8cursor cur1; utf8cursor 108 fs/unicode/utf8-core.c struct utf8cursor cur; utf8cursor 132 fs/unicode/utf8-core.c struct utf8cursor cur; utf8cursor 583 fs/unicode/utf8-norm.c int utf8ncursor(struct utf8cursor *u8c, const struct utf8data *data, utf8cursor 618 fs/unicode/utf8-norm.c int utf8cursor(struct utf8cursor *u8c, const struct utf8data *data, utf8cursor 623 fs/unicode/utf8-norm.c EXPORT_SYMBOL(utf8cursor); utf8cursor 652 fs/unicode/utf8-norm.c int utf8byte(struct utf8cursor *u8c) utf8cursor 166 fs/unicode/utf8-selftest.c struct utf8cursor u8c; utf8cursor 185 fs/unicode/utf8-selftest.c if (utf8cursor(&u8c, data, nfdi_test_data[i].str) < 0) utf8cursor 202 fs/unicode/utf8-selftest.c struct utf8cursor u8c; utf8cursor 221 fs/unicode/utf8-selftest.c if (utf8cursor(&u8c, data, nfdicf_test_data[i].str) < 0) utf8cursor 95 fs/unicode/utf8n.h extern int utf8cursor(struct utf8cursor *u8c, const struct utf8data *data, utf8cursor 97 fs/unicode/utf8n.h extern int utf8ncursor(struct utf8cursor *u8c, const struct utf8data *data, utf8cursor 106 fs/unicode/utf8n.h extern int utf8byte(struct utf8cursor *u8c);