Searched refs:unicode_t (Results 1 - 6 of 6) sorted by relevance

/linux-4.4.14/include/linux/
H A Dnls.h13 * 32-bit unicode_t type can be used when it is necessary to
22 typedef u32 unicode_t; typedef
54 extern int utf8_to_utf32(const u8 *s, int len, unicode_t *pu);
55 extern int utf32_to_utf8(unicode_t u, u8 *s, int maxlen);
/linux-4.4.14/fs/nls/
H A Dnls_utf8.c32 unicode_t u; char2uni()
H A Dnls_base.c55 int utf8_to_utf32(const u8 *s, int inlen, unicode_t *pu) utf8_to_utf32()
71 *pu = (unicode_t) l; utf8_to_utf32()
86 int utf32_to_utf8(unicode_t u, u8 *s, int maxout) utf32_to_utf8()
137 unicode_t u; utf8s_to_utf16s()
/linux-4.4.14/fs/cifs/
H A Dcifs_unicode.c454 unicode_t u; cifsConvertToUTF16()
/linux-4.4.14/fs/ncpfs/
H A Dncplib_kernel.c1125 unicode_t u; ncp__io2vol()
/linux-4.4.14/fs/befs/
H A Dlinuxvfs.c507 unicode_t uni; befs_utf2nls()

Completed in 216 milliseconds