Searched refs:uv__convert_utf8_to_utf16 (Results 1 – 6 of 6) sorted by relevance
/libuv/src/win/ |
H A D | util.c | 217 r = uv__convert_utf8_to_utf16(dir, &utf16_buffer); in uv_chdir() 351 err = uv__convert_utf8_to_utf16(title, &title_w); in uv_set_process_title() 1039 int uv__convert_utf8_to_utf16(const char* utf8, WCHAR** utf16) { in uv__convert_utf8_to_utf16() function 1259 r = uv__convert_utf8_to_utf16(name, &name_w); in uv_os_getenv() 1318 r = uv__convert_utf8_to_utf16(name, &name_w); in uv_os_setenv() 1323 r = uv__convert_utf8_to_utf16(value, &value_w); in uv_os_setenv() 1348 r = uv__convert_utf8_to_utf16(name, &name_w); in uv_os_unsetenv()
|
H A D | internal.h | 262 int uv__convert_utf8_to_utf16(const char* utf8, WCHAR** utf16);
|
H A D | fs-event.c | 180 last_error = uv__convert_utf8_to_utf16(path, &pathw); in uv_fs_event_start()
|
H A D | process.c | 126 return uv__convert_utf8_to_utf16(s, ws_ptr); in uv__utf8_to_utf16_alloc()
|
H A D | pipe.c | 770 err = uv__convert_utf8_to_utf16(name_copy, &handle->name); in uv_pipe_bind2() 932 err = uv__convert_utf8_to_utf16(name_copy, &handle->name); in uv_pipe_connect2()
|
/libuv/ |
H A D | ChangeLog | 3291 * win: add uv__convert_utf8_to_utf16() (cjihrig)
|
Completed in 52 milliseconds