Searched refs:utf8cursor (Results 1 – 1 of 1) sorted by relevance
/linux/fs/unicode/ |
H A D | mkutf8data.c | 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 { 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 …]
|