Home
last modified time | relevance | path

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

/libuv/src/win/
H A Dgetaddrinfo.c304 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 Ddl.c40 uv_wtf8_to_utf16(filename, filename_w, r); in uv_dlopen()
H A Dprocess.c573 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 Dutil.c1057 uv_wtf8_to_utf16(utf8, *utf16, bufsize); in uv__convert_utf8_to_utf16()
H A Dfs.c356 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 Dtest-idna.c230 uv_wtf8_to_utf16(input, buf, len); in TEST_IMPL()
/libuv/src/
H A Didna.c387 void uv_wtf8_to_utf16(const char* source_ptr, in uv_wtf8_to_utf16() function
/libuv/include/
H A Duv.h1943 UV_EXTERN void uv_wtf8_to_utf16(const char* wtf8,
/libuv/docs/src/
H A Dmisc.rst923 .. c:function:: void uv_wtf8_to_utf16(const char* utf8, uint16_t* utf16, size_t utf16_len)

Completed in 51 milliseconds