Searched refs:pwcs (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | nls.h | 58 enum utf16_endian endian, wchar_t *pwcs, int maxlen); 59 extern int utf16s_to_utf8s(const wchar_t *pwcs, int len,
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | nls.h | 58 enum utf16_endian endian, wchar_t *pwcs, int maxlen); 59 extern int utf16s_to_utf8s(const wchar_t *pwcs, int len,
|
/kernel/linux/linux-5.10/fs/nls/ |
H A D | nls_base.c | 133 wchar_t *pwcs, int maxout) in utf8s_to_utf16s() 139 op = pwcs; in utf8s_to_utf16s() 170 return op - pwcs; in utf8s_to_utf16s() 186 int utf16s_to_utf8s(const wchar_t *pwcs, int inlen, enum utf16_endian endian, in utf16s_to_utf8s() argument 195 u = get_utf16(*pwcs, endian); in utf16s_to_utf8s() 198 pwcs++; in utf16s_to_utf8s() 208 v = get_utf16(*pwcs, endian); in utf16s_to_utf8s() 216 pwcs++; in utf16s_to_utf8s() 132 utf8s_to_utf16s(const u8 *s, int inlen, enum utf16_endian endian, wchar_t *pwcs, int maxout) utf8s_to_utf16s() argument
|
/kernel/linux/linux-6.6/fs/nls/ |
H A D | nls_base.c | 133 wchar_t *pwcs, int maxout) in utf8s_to_utf16s() 139 op = pwcs; in utf8s_to_utf16s() 170 return op - pwcs; in utf8s_to_utf16s() 186 int utf16s_to_utf8s(const wchar_t *pwcs, int inlen, enum utf16_endian endian, in utf16s_to_utf8s() argument 195 u = get_utf16(*pwcs, endian); in utf16s_to_utf8s() 198 pwcs++; in utf16s_to_utf8s() 208 v = get_utf16(*pwcs, endian); in utf16s_to_utf8s() 216 pwcs++; in utf16s_to_utf8s() 132 utf8s_to_utf16s(const u8 *s, int inlen, enum utf16_endian endian, wchar_t *pwcs, int maxout) utf8s_to_utf16s() argument
|
/kernel/linux/linux-6.6/fs/ntfs3/ |
H A D | dir.c | 115 wchar_t *pwcs, int maxout) in _utf8s_to_utf16s() 121 op = pwcs; in _utf8s_to_utf16s() 160 return op - pwcs; in _utf8s_to_utf16s() 114 _utf8s_to_utf16s(const u8 *s, int inlen, enum utf16_endian endian, wchar_t *pwcs, int maxout) _utf8s_to_utf16s() argument
|
Completed in 4 milliseconds