Searched refs:uv_wtf8_to_utf16 (Results 1 – 9 of 9) sorted by relevance
/libuv/src/win/ |
H A D | getaddrinfo.c | 304 uv_wtf8_to_utf16(node, req->node, nodesize); in uv_getaddrinfo() 313 uv_wtf8_to_utf16(service, req->service, servicesize); in uv_getaddrinfo()
|
H A D | dl.c | 40 uv_wtf8_to_utf16(filename, filename_w, r); in uv_dlopen()
|
H A D | process.c | 573 uv_wtf8_to_utf16(*arg, temp_buffer, arg_len); in make_program_args() 689 uv_wtf8_to_utf16(*env, ptr, len); in make_program_env()
|
H A D | util.c | 1057 uv_wtf8_to_utf16(utf8, *utf16, bufsize); in uv__convert_utf8_to_utf16()
|
H A D | fs.c | 356 uv_wtf8_to_utf16(path, pos, pathw_len); in fs__capture_path() 364 uv_wtf8_to_utf16(new_path, pos, new_pathw_len); in fs__capture_path()
|
/libuv/test/ |
H A D | test-idna.c | 230 uv_wtf8_to_utf16(input, buf, len); in TEST_IMPL()
|
/libuv/src/ |
H A D | idna.c | 387 void uv_wtf8_to_utf16(const char* source_ptr, in uv_wtf8_to_utf16() function
|
/libuv/include/ |
H A D | uv.h | 1943 UV_EXTERN void uv_wtf8_to_utf16(const char* wtf8,
|
/libuv/docs/src/ |
H A D | misc.rst | 923 .. c:function:: void uv_wtf8_to_utf16(const char* utf8, uint16_t* utf16, size_t utf16_len)
|
Completed in 39 milliseconds