utf8_to_utf32     533 fs/befs/linuxvfs.c 		utflen = utf8_to_utf32(&in[i], in_len - i, &uni);
utf8_to_utf32     519 fs/cifs/cifs_unicode.c 				charlen = utf8_to_utf32(source + i, 6, &u);
utf8_to_utf32      84 fs/nls/nls_base.c EXPORT_SYMBOL(utf8_to_utf32);
utf8_to_utf32     142 fs/nls/nls_base.c 			size = utf8_to_utf32(s, inlen, &u);
utf8_to_utf32      34 fs/nls/nls_utf8.c 	n = utf8_to_utf32(rawstring, boundlen, &u);
utf8_to_utf32     311 fs/udf/unicode.c 			len = utf8_to_utf32(&str_i[i], str_len - i,
utf8_to_utf32      55 include/linux/nls.h extern int utf8_to_utf32(const u8 *s, int len, unicode_t *pu);