Lines Matching refs:utf8cursor
2531 struct utf8cursor;
2532 int utf8cursor(struct utf8cursor *, struct tree *, const char *);
2533 int utf8ncursor(struct utf8cursor *, struct tree *, const char *, size_t);
2534 int utf8byte(struct utf8cursor *);
2897 struct utf8cursor { struct
2921 int utf8ncursor(struct utf8cursor *u8c, struct tree *tree, const char *s, in utf8ncursor()
2956 int utf8cursor(struct utf8cursor *u8c, struct tree *tree, const char *s) in utf8cursor() function
2988 int utf8byte(struct utf8cursor *u8c) in utf8byte()
3110 struct utf8cursor u8c; in normalize_line()
3115 if (utf8cursor(&u8c, tree, s)) in normalize_line()
3130 if (utf8cursor(&u8c, tree, s)) in normalize_line()