Home
last modified time | relevance | path

Searched refs:utf8_strncasecmp (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/fs/unicode/
H A Dutf8-core.c50 int utf8_strncasecmp(const struct unicode_map *um, in utf8_strncasecmp() function
75 EXPORT_SYMBOL(utf8_strncasecmp);
H A Dutf8-selftest.c262 test_f(!utf8_strncasecmp(table, &s1, &s2), in check_utf8_comparisons()
/OK3568_Linux_fs/kernel/include/linux/
H A Dunicode.h18 int utf8_strncasecmp(const struct unicode_map *um,
/OK3568_Linux_fs/kernel/fs/
H A Dlibfs.c1413 ret = utf8_strncasecmp(um, name, &qstr); in generic_ci_d_compare()
/OK3568_Linux_fs/kernel/fs/ext4/
H A Dnamei.c1389 ret = utf8_strncasecmp(um, name, &entry); in ext4_ci_compare()