Searched refs:uv_utf16_length_as_wtf8 (Results 1 – 6 of 6) sorted by relevance
427 size_t uv_utf16_length_as_wtf8(const uint16_t* w_source_ptr, in uv_utf16_length_as_wtf8() function474 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()
132 uv_utf16_length_as_wtf8(addrinfow_ptr->ai_canonname, -1); in uv__getaddrinfo_done()
759 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()
1451 wtf8_len = uv_utf16_length_as_wtf8(&info->FileName[0], wchar_len); in fs__scandir()
891 .. 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`.
1936 UV_EXTERN size_t uv_utf16_length_as_wtf8(const uint16_t* utf16,
Completed in 26 milliseconds