Searched refs:pwcs (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/fs/nls/ |
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-v4.19/include/linux/ |
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,
|