Searched refs:uv__convert_utf8_to_utf16 (Results 1 - 7 of 7) sorted by relevance
/third_party/libuv/src/win/ |
H A D | util.c | 217 r = uv__convert_utf8_to_utf16(dir, &utf16_buffer); in uv_chdir() 357 err = uv__convert_utf8_to_utf16(title, &title_w); in uv_set_process_title() 1030 int uv__convert_utf8_to_utf16(const char* utf8, WCHAR** utf16) { in uv__convert_utf8_to_utf16() function 1250 r = uv__convert_utf8_to_utf16(name, &name_w); in uv_os_getenv() 1313 r = uv__convert_utf8_to_utf16(name, &name_w); in uv_os_setenv() 1318 r = uv__convert_utf8_to_utf16(value, &value_w); in uv_os_setenv() 1343 r = uv__convert_utf8_to_utf16(name, &name_w); in uv_os_unsetenv()
|
H A D | internal.h | 264 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 | 127 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()
|
/third_party/node/deps/uv/src/win/ |
H A D | util.c | 1257 int uv__convert_utf8_to_utf16(const char* utf8, int utf8len, WCHAR** utf16) { in uv__convert_utf8_to_utf16() function 1452 r = uv__convert_utf8_to_utf16(name, -1, &name_w); in uv_os_getenv() 1543 r = uv__convert_utf8_to_utf16(name, -1, &name_w); in uv_os_setenv() 1548 r = uv__convert_utf8_to_utf16(value, -1, &value_w); in uv_os_setenv() 1573 r = uv__convert_utf8_to_utf16(name, -1, &name_w); in uv_os_unsetenv()
|
H A D | internal.h | 272 int uv__convert_utf8_to_utf16(const char* utf8, int utf8len, WCHAR** utf16);
|
Completed in 10 milliseconds