Home
last modified time | relevance | path

Searched refs:utf16_buf_used (Results 1 - 2 of 2) sorted by relevance

/third_party/libuv/src/win/
H A Dtty.c1670 DWORD utf16_buf_used = 0; local
1675 if (utf16_buf_used > 0) { \
1676 uv__tty_emit_text(handle, utf16_buf, utf16_buf_used, error); \
1677 utf16_buf_used = 0; \
1682 if (wchars_needed > ARRAY_SIZE(utf16_buf) - utf16_buf_used) { \
2121 utf16_buf[utf16_buf_used++] = L'\r';
2122 utf16_buf[utf16_buf_used++] = L'\n';
2131 utf16_buf[utf16_buf_used++] = (WCHAR) utf8_codepoint;
2139 utf16_buf[utf16_buf_used++] = (WCHAR) utf8_codepoint;
2144 utf16_buf[utf16_buf_used
[all...]
/third_party/node/deps/uv/src/win/
H A Dtty.c1681 DWORD utf16_buf_used = 0; local
1686 if (utf16_buf_used > 0) { \
1687 uv__tty_emit_text(handle, utf16_buf, utf16_buf_used, error); \
1688 utf16_buf_used = 0; \
1693 if (wchars_needed > ARRAY_SIZE(utf16_buf) - utf16_buf_used) { \
2132 utf16_buf[utf16_buf_used++] = L'\r';
2133 utf16_buf[utf16_buf_used++] = L'\n';
2142 utf16_buf[utf16_buf_used++] = (WCHAR) utf8_codepoint;
2150 utf16_buf[utf16_buf_used++] = (WCHAR) utf8_codepoint;
2155 utf16_buf[utf16_buf_used
[all...]

Completed in 6 milliseconds