Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dunicode.h33 struct unicode_map *utf8_load(const char *version);
/kernel/linux/linux-5.10/fs/unicode/
Dutf8-core.c195 struct unicode_map *utf8_load(const char *version) in utf8_load() function
228 EXPORT_SYMBOL(utf8_load);
Dutf8-selftest.c238 struct unicode_map *table = utf8_load("12.1.0"); in check_utf8_comparisons()
/kernel/linux/linux-5.10/fs/f2fs/
Dsuper.c3521 encoding = utf8_load(encoding_info->version); in f2fs_setup_casefold()
/kernel/linux/linux-5.10/fs/ext4/
Dsuper.c4303 encoding = utf8_load(encoding_info->version); in ext4_fill_super()