Home
last modified time | relevance | path

Searched refs:pwcs (Results 1 – 2 of 2) sorted by relevance

/linux/fs/nls/
H A Dnls_base.c136 wchar_t *pwcs, int maxout) in utf8s_to_utf16s() argument
142 op = pwcs; in utf8s_to_utf16s()
173 return op - pwcs; in utf8s_to_utf16s()
189 int utf16s_to_utf8s(const wchar_t *pwcs, int inlen, enum utf16_endian endian, in utf16s_to_utf8s() argument
198 u = get_utf16(*pwcs, endian); in utf16s_to_utf8s()
201 pwcs++; in utf16s_to_utf8s()
211 v = get_utf16(*pwcs, endian); in utf16s_to_utf8s()
219 pwcs++; in utf16s_to_utf8s()
/linux/include/linux/
H A Dnls.h58 enum utf16_endian endian, wchar_t *pwcs, int maxlen);
59 extern int utf16s_to_utf8s(const wchar_t *pwcs, int len,