Searched refs:utf16_buffer (Results 1 – 2 of 2) sorted by relevance
99 WCHAR* utf16_buffer; in uv_exepath() local114 if (!utf16_buffer) { in uv_exepath()134 uv__free(utf16_buffer); in uv_exepath()139 uv__free(utf16_buffer); in uv_exepath()191 WCHAR *utf16_buffer; in uv_cwd() local204 uv__free(utf16_buffer); in uv_cwd()211 WCHAR *utf16_buffer; in uv_chdir() local227 uv__free(utf16_buffer); in uv_chdir()228 utf16_buffer = NULL; in uv_chdir()248 } else if (utf16_buffer[0] >= L'A' && utf16_buffer[0] <= L'Z') { in uv_chdir()[all …]
827 WCHAR utf16_buffer[2]; in uv_process_tty_read_raw_req() local828 utf16_buffer[0] = handle->tty.rd.last_utf16_high_surrogate; in uv_process_tty_read_raw_req()829 utf16_buffer[1] = KEV.uChar.UnicodeChar; in uv_process_tty_read_raw_req()830 if (uv_utf16_to_wtf8(utf16_buffer, in uv_process_tty_read_raw_req()
Completed in 12 milliseconds