Home
last modified time | relevance | path

Searched refs:utf8cursor (Results 1 – 2 of 2) sorted by relevance

/linux/fs/unicode/
H A Dutf8-core.c23 struct utf8cursor cur1, cur2; in utf8_strncmp()
49 struct utf8cursor cur1, cur2; in utf8_strncasecmp()
79 struct utf8cursor cur1; in utf8_strncasecmp_folded()
102 struct utf8cursor cur; in utf8_casefold()
124 struct utf8cursor cur; in utf8_casefold_hash()
144 struct utf8cursor cur; in utf8_normalize()
H A Dmkutf8data.c2600 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 …]