HomeSort by: relevance | last modified time | path
    Searched defs:utf16_buf_used (Results 1 - 1 of 1) sorted by relevancy

  /src/external/mit/libuv/dist/src/win/
tty.c 1698 DWORD utf16_buf_used = 0; local
1703 if (utf16_buf_used > 0) { \
1704 uv__tty_emit_text(handle, utf16_buf, utf16_buf_used, error); \
1705 utf16_buf_used = 0; \
1710 if (wchars_needed > ARRAY_SIZE(utf16_buf) - utf16_buf_used) { \
2149 utf16_buf[utf16_buf_used++] = L'\r';
2150 utf16_buf[utf16_buf_used++] = L'\n';
2159 utf16_buf[utf16_buf_used++] = (WCHAR) utf8_codepoint;
2167 utf16_buf[utf16_buf_used++] = (WCHAR) utf8_codepoint;
2172 utf16_buf[utf16_buf_used++] = (WCHAR) (utf8_codepoint / 0x400 + 0xD800)
    [all...]

Completed in 38 milliseconds