Home
last modified time | relevance | path

Searched refs:utf32_to_utf8 (Results 1 – 3 of 3) sorted by relevance

/linux/fs/nls/
H A Dnls_base.c89 int utf32_to_utf8(unicode_t u, u8 *s, int maxout) in utf32_to_utf8() function
118 EXPORT_SYMBOL(utf32_to_utf8);
222 size = utf32_to_utf8(u, op, maxout); in utf16s_to_utf8s()
H A Dnls_utf8.c21 n = utf32_to_utf8(uni, out, boundlen); in uni2char()
/linux/include/linux/
H A Dnls.h56 extern int utf32_to_utf8(unicode_t u, u8 *s, int maxlen);