Home
last modified time | relevance | path

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

/fs/nls/
Dnls_base.c133 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()