Searched refs:utf32_to_utf8 (Results 1 – 3 of 3) sorted by relevance
89 int utf32_to_utf8(unicode_t u, u8 *s, int maxout) in utf32_to_utf8() function118 EXPORT_SYMBOL(utf32_to_utf8);222 size = utf32_to_utf8(u, op, maxout); in utf16s_to_utf8s()
21 n = utf32_to_utf8(uni, out, boundlen); in uni2char()
56 extern int utf32_to_utf8(unicode_t u, u8 *s, int maxlen);