Searched refs:uv__convert_utf8_to_utf16 (Results 1 – 3 of 3) sorted by relevance
/third_party/libuv/src/win/ |
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()
|
D | internal.h | 267 int uv__convert_utf8_to_utf16(const char* utf8, int utf8len, WCHAR** utf16);
|
/third_party/libuv/ |
D | ChangeLog | 2360 * win: add uv__convert_utf8_to_utf16() (cjihrig)
|