Home
last modified time | relevance | path

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

/linux/fs/unicode/
H A Dutf8-norm.c420 int utf8ncursor(struct utf8cursor *u8c, const struct unicode_map *um, in utf8ncursor() function
592 EXPORT_SYMBOL_GPL(utf8ncursor);
H A Dmkutf8data.c2602 int utf8ncursor(struct utf8cursor *, struct tree *, const char *, size_t);
2990 int utf8ncursor(struct utf8cursor *u8c, struct tree *tree, const char *s, in utf8ncursor() function
3027 return utf8ncursor(u8c, tree, s, (unsigned int)-1); in utf8cursor()