utf8ncursor
int utf8ncursor(struct utf8cursor *, struct tree *, const char *, size_t);
return utf8ncursor(u8c, tree, s, (unsigned int)-1);
return utf8ncursor(u8c, um, n, s, (unsigned int)-1);
if (utf8ncursor(&cur, um, UTF8_NFDICF, str->name, str->len) < 0)
if (utf8ncursor(&cur, um, UTF8_NFDICF, str->name, str->len) < 0)
if (utf8ncursor(&cur, um, UTF8_NFDI, str->name, str->len) < 0)
if (utf8ncursor(&cur1, um, UTF8_NFDI, s1->name, s1->len) < 0)
if (utf8ncursor(&cur2, um, UTF8_NFDI, s2->name, s2->len) < 0)
if (utf8ncursor(&cur1, um, UTF8_NFDICF, s1->name, s1->len) < 0)
if (utf8ncursor(&cur2, um, UTF8_NFDICF, s2->name, s2->len) < 0)
if (utf8ncursor(&cur1, um, UTF8_NFDICF, s1->name, s1->len) < 0)
EXPORT_SYMBOL_GPL(utf8ncursor);
int utf8ncursor(struct utf8cursor *u8c, const struct unicode_map *um,