utf32_to_utf8     619 fs/befs/linuxvfs.c 		utflen = utf32_to_utf8(uni, &result[o], 3);
utf32_to_utf8     115 fs/nls/nls_base.c EXPORT_SYMBOL(utf32_to_utf8);
utf32_to_utf8     219 fs/nls/nls_base.c 			size = utf32_to_utf8(u, op, maxout);
utf32_to_utf8      21 fs/nls/nls_utf8.c 	n = utf32_to_utf8(uni, out, boundlen);
utf32_to_utf8     132 fs/udf/unicode.c 			len = utf32_to_utf8(c, &str_o[*str_o_idx],
utf32_to_utf8      56 include/linux/nls.h extern int utf32_to_utf8(unicode_t u, u8 *s, int maxlen);