HomeSort by: relevance | last modified time | path
    Searched refs:utf16_buffer (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mit/libuv/dist/src/win/
util.c 99 WCHAR* utf16_buffer; local
113 utf16_buffer = (WCHAR*) uv__malloc(sizeof(WCHAR) * utf16_buffer_len);
114 if (!utf16_buffer) {
119 utf16_len = GetModuleFileNameW(NULL, utf16_buffer, utf16_buffer_len);
127 err = uv_utf16_to_wtf8(utf16_buffer, utf16_len, &buffer, &utf8_len);
134 uv__free(utf16_buffer);
139 uv__free(utf16_buffer);
191 WCHAR *utf16_buffer; local
198 r = uv__cwd(&utf16_buffer, &utf16_len);
202 r = uv__copy_utf16_to_utf8(utf16_buffer, utf16_len, buffer, size)
211 WCHAR *utf16_buffer; local
    [all...]
tty.c 855 WCHAR utf16_buffer[2]; local
856 utf16_buffer[0] = handle->tty.rd.last_utf16_high_surrogate;
857 utf16_buffer[1] = KEV.uChar.UnicodeChar;
858 if (uv_utf16_to_wtf8(utf16_buffer,

Completed in 38 milliseconds