Lines Matching refs:CP_UTF8
128 utf8_len = WideCharToMultiByte(CP_UTF8, in uv_exepath()
190 r = WideCharToMultiByte(CP_UTF8, in uv_cwd()
208 r = WideCharToMultiByte(CP_UTF8, in uv_cwd()
236 utf16_len = MultiByteToWideChar(CP_UTF8, in uv_chdir()
250 if (MultiByteToWideChar(CP_UTF8, in uv_chdir()
402 length = MultiByteToWideChar(CP_UTF8, 0, title, -1, NULL, 0); in uv_set_process_title()
414 length = MultiByteToWideChar(CP_UTF8, 0, title, -1, title_w, length); in uv_set_process_title()
864 name_size = WideCharToMultiByte(CP_UTF8, in uv_interface_addresses()
917 name_size = WideCharToMultiByte(CP_UTF8, in uv_interface_addresses()
1154 bufsize = WideCharToMultiByte(CP_UTF8, 0, path, -1, NULL, 0, NULL, NULL); in uv_os_tmpdir()
1166 bufsize = WideCharToMultiByte(CP_UTF8, in uv_os_tmpdir()
1209 bufsize = WideCharToMultiByte(CP_UTF8, in uv__convert_utf16_to_utf8()
1230 bufsize = WideCharToMultiByte(CP_UTF8, in uv__convert_utf16_to_utf8()
1264 bufsize = MultiByteToWideChar(CP_UTF8, 0, utf8, utf8len, NULL, 0); in uv__convert_utf8_to_utf16()
1278 bufsize = MultiByteToWideChar(CP_UTF8, 0, utf8, utf8len, *utf16, bufsize); in uv__convert_utf8_to_utf16()
1494 bufsize = WideCharToMultiByte(CP_UTF8, 0, var, -1, NULL, 0, NULL, NULL); in uv_os_getenv()
1506 bufsize = WideCharToMultiByte(CP_UTF8, in uv_os_getenv()
1772 version_size = WideCharToMultiByte(CP_UTF8, in uv_os_uname()
1792 if (WideCharToMultiByte(CP_UTF8, in uv_os_uname()