Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/ntlm/
H A Dntlm.c338 size_t utf16len = len / 2; in ret_string() local
341 data = malloc(utf16len * sizeof(data[0])); in ret_string()
348 ret = wind_ucs2read(*s, len, &flags, data, &utf16len); in ret_string()
354 CHECK(wind_ucs2utf8_length(data, utf16len, &utf8len), 0); in ret_string()
364 CHECK(wind_ucs2utf8(data, utf16len, *s, &utf8len), 0); in ret_string()
/netbsd-src/external/mit/libuv/dist/src/win/
H A Dinternal.h271 int uv__convert_utf16_to_utf8(const WCHAR* utf16, int utf16len, char** utf8);
H A Dutil.c1202 int uv__convert_utf16_to_utf8(const WCHAR* utf16, int utf16len, char** utf8) { in uv__convert_utf16_to_utf8() argument
1212 utf16len, in uv__convert_utf16_to_utf8()
1233 utf16len, in uv__convert_utf16_to_utf8()