Lines Matching defs:utf8cursor
2600 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 {
2981 * Set up an utf8cursor for use by utf8byte().
2990 int utf8ncursor(struct utf8cursor *u8c, struct tree *tree, const char *s,
3017 * Set up an utf8cursor for use by utf8byte().
3025 int utf8cursor(struct utf8cursor *u8c, struct tree *tree, const char *s)
3057 int utf8byte(struct utf8cursor *u8c)
3179 struct utf8cursor u8c;
3184 if (utf8cursor(&u8c, tree, s))
3199 if (utf8cursor(&u8c, tree, s))