Searched defs:utf16_buffer (Results 1 – 5 of 5) sorted by relevance
| /third_party/node/deps/uv/src/win/ |
| D | util.c | 98 WCHAR* utf16_buffer; in uv_exepath() local 156 WCHAR *utf16_buffer; in uv_cwd() local 228 WCHAR *utf16_buffer; in uv_chdir() local
|
| D | tty.c | 830 WCHAR utf16_buffer[2]; in uv_process_tty_read_raw_req() local
|
| /third_party/libuv/src/win/ |
| D | util.c | 99 WCHAR* utf16_buffer; in uv_exepath() local 191 WCHAR *utf16_buffer; in uv_cwd() local 211 WCHAR *utf16_buffer; in uv_chdir() local
|
| D | tty.c | 827 WCHAR utf16_buffer[2]; in uv_process_tty_read_raw_req() local
|
| /third_party/node/deps/simdutf/ |
| D | simdutf.cpp | 5337 …t convert_valid_utf8_to_utf16(const char * input, size_t length, char16_t* utf16_buffer) noexcept { in convert_valid_utf8_to_utf16() 5344 …convert_valid_utf8_to_utf16le(const char * input, size_t length, char16_t* utf16_buffer) noexcept { in convert_valid_utf8_to_utf16le() 5347 …convert_valid_utf8_to_utf16be(const char * input, size_t length, char16_t* utf16_buffer) noexcept { in convert_valid_utf8_to_utf16be() 5447 … size_t convert_utf32_to_utf16(const char32_t * buf, size_t len, char16_t* utf16_buffer) noexcept { in convert_utf32_to_utf16() 5457 …ize_t convert_utf32_to_utf16le(const char32_t * buf, size_t len, char16_t* utf16_buffer) noexcept { in convert_utf32_to_utf16le() 5460 …ize_t convert_utf32_to_utf16be(const char32_t * buf, size_t len, char16_t* utf16_buffer) noexcept { in convert_utf32_to_utf16be() 5463 …ert_utf32_to_utf16_with_errors(const char32_t * buf, size_t len, char16_t* utf16_buffer) noexcept { in convert_utf32_to_utf16_with_errors() 5470 …t_utf32_to_utf16le_with_errors(const char32_t * buf, size_t len, char16_t* utf16_buffer) noexcept { in convert_utf32_to_utf16le_with_errors() 5473 …t_utf32_to_utf16be_with_errors(const char32_t * buf, size_t len, char16_t* utf16_buffer) noexcept { in convert_utf32_to_utf16be_with_errors() 5476 …t convert_valid_utf32_to_utf16(const char32_t * buf, size_t len, char16_t* utf16_buffer) noexcept { in convert_valid_utf32_to_utf16() [all …]
|