Symbol: utf8cursor
fs/unicode/mkutf8data.c
2600
struct utf8cursor;
fs/unicode/mkutf8data.c
2601
int utf8cursor(struct utf8cursor *, struct tree *, const char *);
fs/unicode/mkutf8data.c
2602
int utf8ncursor(struct utf8cursor *, struct tree *, const char *, size_t);
fs/unicode/mkutf8data.c
2603
int utf8byte(struct utf8cursor *);
fs/unicode/mkutf8data.c
2990
int utf8ncursor(struct utf8cursor *u8c, struct tree *tree, const char *s,
fs/unicode/mkutf8data.c
3025
int utf8cursor(struct utf8cursor *u8c, struct tree *tree, const char *s)
fs/unicode/mkutf8data.c
3057
int utf8byte(struct utf8cursor *u8c)
fs/unicode/mkutf8data.c
3179
struct utf8cursor u8c;
fs/unicode/mkutf8data.c
3184
if (utf8cursor(&u8c, tree, s))
fs/unicode/mkutf8data.c
3199
if (utf8cursor(&u8c, tree, s))
fs/unicode/tests/utf8_kunit.c
144
static int utf8cursor(struct utf8cursor *u8c, const struct unicode_map *um,
fs/unicode/tests/utf8_kunit.c
153
struct utf8cursor u8c;
fs/unicode/tests/utf8_kunit.c
168
ret = utf8cursor(&u8c, um, UTF8_NFDI, nfdi_test_data[i].str);
fs/unicode/tests/utf8_kunit.c
185
struct utf8cursor u8c;
fs/unicode/tests/utf8_kunit.c
200
ret = utf8cursor(&u8c, um, UTF8_NFDICF, nfdicf_test_data[i].str);
fs/unicode/utf8-core.c
102
struct utf8cursor cur;
fs/unicode/utf8-core.c
124
struct utf8cursor cur;
fs/unicode/utf8-core.c
144
struct utf8cursor cur;
fs/unicode/utf8-core.c
23
struct utf8cursor cur1, cur2;
fs/unicode/utf8-core.c
49
struct utf8cursor cur1, cur2;
fs/unicode/utf8-core.c
79
struct utf8cursor cur1;
fs/unicode/utf8-norm.c
420
int utf8ncursor(struct utf8cursor *u8c, const struct unicode_map *um,
fs/unicode/utf8-norm.c
471
int utf8byte(struct utf8cursor *u8c)
fs/unicode/utf8n.h
52
int utf8ncursor(struct utf8cursor *u8c, const struct unicode_map *um,
fs/unicode/utf8n.h
61
extern int utf8byte(struct utf8cursor *u8c);