Home
last modified time | relevance | path

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

/external/e2fsprogs/lib/ext2fs/
Dutf8n.h89 struct utf8cursor { struct
107 extern int utf8cursor(struct utf8cursor *u8c, const struct utf8data *data,
109 extern int utf8ncursor(struct utf8cursor *u8c, const struct utf8data *data,
118 extern int utf8byte(struct utf8cursor *u8c);
Dnls_utf8.c49 struct utf8cursor { struct
667 static int utf8ncursor(struct utf8cursor *u8c, const struct utf8data *data, in utf8ncursor()
702 static int utf8cursor(struct utf8cursor *u8c, const struct utf8data *data,
736 static int utf8byte(struct utf8cursor *u8c) in utf8byte()
897 struct utf8cursor cur; in utf8_casefold()
/external/f2fs-tools/lib/
Dnls_utf8.c47 struct utf8cursor { struct
665 static int utf8ncursor(struct utf8cursor *u8c, const struct utf8data *data, in utf8ncursor()
700 static int utf8cursor(struct utf8cursor *u8c, const struct utf8data *data,
734 static int utf8byte(struct utf8cursor *u8c) in utf8byte()
895 struct utf8cursor cur; in utf8_casefold()
/external/e2fsprogs/util/
Dmkutf8data.c2574 struct utf8cursor;
2575 int utf8cursor(struct utf8cursor *, struct tree *, const char *);
2576 int utf8ncursor(struct utf8cursor *, struct tree *, const char *, size_t);
2577 int utf8byte(struct utf8cursor *);
2939 struct utf8cursor { struct
2963 int utf8ncursor(struct utf8cursor *u8c, struct tree *tree, const char *s, in utf8ncursor()
2998 int utf8cursor(struct utf8cursor *u8c, struct tree *tree, const char *s) in utf8cursor() function
3030 int utf8byte(struct utf8cursor *u8c) in utf8byte()
3152 struct utf8cursor u8c; in normalize_line()
3157 if (utf8cursor(&u8c, tree, s)) in normalize_line()
[all …]