Searched refs:utf8cursor (Results 1 – 5 of 5) sorted by relevance
/linux-5.19.10/fs/unicode/ |
D | utf8n.h | 33 struct utf8cursor { struct 52 int utf8ncursor(struct utf8cursor *u8c, const struct unicode_map *um, 61 extern int utf8byte(struct utf8cursor *u8c);
|
D | utf8-core.c | 23 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()
|
D | utf8-selftest.c | 167 static int utf8cursor(struct utf8cursor *u8c, const struct unicode_map *um, in utf8cursor() function 176 struct utf8cursor u8c; in check_utf8_nfdi() 188 if (utf8cursor(&u8c, um, UTF8_NFDI, nfdi_test_data[i].str) < 0) in check_utf8_nfdi() 205 struct utf8cursor u8c; in check_utf8_nfdicf() 218 if (utf8cursor(&u8c, um, UTF8_NFDICF, in check_utf8_nfdicf()
|
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 …]
|
D | utf8-norm.c | 420 int utf8ncursor(struct utf8cursor *u8c, const struct unicode_map *um, in utf8ncursor() 471 int utf8byte(struct utf8cursor *u8c) in utf8byte()
|