Home
last modified time | relevance | path

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

/libuv/src/
H A Didna.c427 size_t uv_utf16_length_as_wtf8(const uint16_t* w_source_ptr, in uv_utf16_length_as_wtf8() function
474 target_len = uv_utf16_length_as_wtf8(w_source_ptr, w_source_len); in uv_utf16_to_wtf8()
555 *target_len_ptr = target_len + uv_utf16_length_as_wtf8(w_source_ptr, w_source_len); in uv_utf16_to_wtf8()
/libuv/src/win/
H A Dgetaddrinfo.c132 uv_utf16_length_as_wtf8(addrinfow_ptr->ai_canonname, -1); in uv__getaddrinfo_done()
H A Dutil.c759 name_size = uv_utf16_length_as_wtf8(adapter->FriendlyName, -1); in uv_interface_addresses()
1077 *size = uv_utf16_length_as_wtf8(utf16buffer, utf16len); in uv__copy_utf16_to_utf8()
H A Dfs.c1451 wtf8_len = uv_utf16_length_as_wtf8(&info->FileName[0], wchar_len); in fs__scandir()
/libuv/docs/src/
H A Dmisc.rst891 .. c:function:: size_t uv_utf16_length_as_wtf8(const uint16_t* utf16, ssize_t utf16_len)
905 length (equal to `uv_utf16_length_as_wtf8`) will be stored in `wtf8_ptr`.
/libuv/include/
H A Duv.h1936 UV_EXTERN size_t uv_utf16_length_as_wtf8(const uint16_t* utf16,

Completed in 26 milliseconds