Searched refs:utf8cursor (Results 1 – 4 of 4) sorted by relevance
/external/e2fsprogs/lib/ext2fs/ |
D | utf8n.h | 89 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);
|
D | nls_utf8.c | 49 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/ |
D | nls_utf8.c | 47 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/ |
D | mkutf8data.c | 2574 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 …]
|