Searched refs:pwcs (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/fs/nls/ |
A D | nls_base.c | 133 wchar_t *pwcs, int maxout) in utf8s_to_utf16s() argument 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()
|
/linux-6.3-rc2/include/linux/ |
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,
|
/linux-6.3-rc2/fs/ntfs3/ |
A D | dir.c | 115 wchar_t *pwcs, int maxout) in _utf8s_to_utf16s() argument 121 op = pwcs; in _utf8s_to_utf16s() 160 return op - pwcs; in _utf8s_to_utf16s()
|
Completed in 8 milliseconds