Home
last modified time | relevance | path

Searched refs:utf16_buffer (Results 1 – 2 of 2) sorted by relevance

/libuv/src/win/
H A Dutil.c99 WCHAR* utf16_buffer; in uv_exepath() local
114 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() local
204 uv__free(utf16_buffer); in uv_cwd()
211 WCHAR *utf16_buffer; in uv_chdir() local
227 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 …]
H A Dtty.c827 WCHAR utf16_buffer[2]; in uv_process_tty_read_raw_req() local
828 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 14 milliseconds