/openbsd/lib/libcurses/widechar/ |
H A D | widechars.c | 102 int check = WideCharToMultiByte(CP_UTF8, in _nc_mblen() 128 check = WideCharToMultiByte(CP_UTF8, in _nc_wctomb() 137 result = WideCharToMultiByte(CP_UTF8, in _nc_wctomb()
|
/openbsd/gnu/usr.bin/perl/cpan/Win32/ |
H A D | Win32.xs | 154 int len = WideCharToMultiByte(CP_ACP, WC_NO_BEST_FIT_CHARS, wstr, wlen, NULL, 0, NULL, NULL); in wstr_to_sv() 157 …len = WideCharToMultiByte(CP_ACP, WC_NO_BEST_FIT_CHARS, wstr, wlen, SvPVX(sv), len, NULL, &use_def… in wstr_to_sv() 159 len = WideCharToMultiByte(CP_UTF8, 0, wstr, wlen, NULL, 0, NULL, NULL); in wstr_to_sv() 161 len = WideCharToMultiByte(CP_UTF8, 0, wstr, wlen, SvPVX(sv), len, NULL, NULL); in wstr_to_sv() 252 int len = WideCharToMultiByte(CP_ACP, WC_NO_BEST_FIT_CHARS, widename, widelen, in my_ansipath() 255 WideCharToMultiByte(CP_ACP, WC_NO_BEST_FIT_CHARS, widename, widelen, in my_ansipath() 264 len = WideCharToMultiByte(CP_ACP, WC_NO_BEST_FIT_CHARS, shortname, shortlen, in my_ansipath() 267 WideCharToMultiByte(CP_ACP, WC_NO_BEST_FIT_CHARS, shortname, shortlen, in my_ansipath() 732 WideCharToMultiByte(CP_ACP, 0, pStr, (int)wcslen(pStr), szGUID, 1075 WideCharToMultiByte(CP_ACP, 0, pwi->wki100_langroup, [all …]
|
/openbsd/gnu/usr.bin/perl/win32/ |
H A D | win32.c | 956 WideCharToMultiByte(CP_ACP, WC_NO_BEST_FIT_CHARS, in win32_opendir() 960 WideCharToMultiByte(CP_ACP, WC_NO_BEST_FIT_CHARS, in win32_opendir() 1016 WideCharToMultiByte(CP_ACP, WC_NO_BEST_FIT_CHARS, in win32_readdir() 1020 WideCharToMultiByte(CP_ACP, WC_NO_BEST_FIT_CHARS, in win32_readdir() 2000 WideCharToMultiByte(CP_ACP, WC_NO_BEST_FIT_CHARS, in do_readlink_handle() 2017 WideCharToMultiByte(CP_ACP, WC_NO_BEST_FIT_CHARS, in do_readlink_handle() 2257 int len = WideCharToMultiByte(CP_ACP, WC_NO_BEST_FIT_CHARS, wstr, wlen, in wstr_to_str() 2262 WideCharToMultiByte(CP_ACP, WC_NO_BEST_FIT_CHARS, wstr, wlen, in wstr_to_str() 2297 WideCharToMultiByte(CP_ACP, WC_NO_BEST_FIT_CHARS, widename, widelen, in win32_ansipath() 2340 aenvstrings_len = WideCharToMultiByte(CP_ACP, WC_NO_BEST_FIT_CHARS, in win32_getenvironmentstrings() [all …]
|
/openbsd/gnu/llvm/compiler-rt/lib/profile/ |
H A D | InstrProfilingUtil.c | 120 if (WideCharToMultiByte(CP_UTF8, 0, Buffer, -1, Name, Len, NULL, NULL) == 0) in lprofGetHostName()
|
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_win.cpp | 688 int module_name_len = ::WideCharToMultiByte( in init() 1088 ::WideCharToMultiByte(CP_UTF8, 0, &binname_utf16[0], binname_utf16_len, in ReadBinaryName()
|
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | wince.c | 1209 WideCharToMultiByte (CP_ACP, 0, (LPCWSTR) dll_buf, len, in handle_load_dll() 1256 WideCharToMultiByte (CP_ACP, 0, (LPCWSTR) p, (int) nbytes_read, s, in handle_output_debug_string()
|
H A D | win32-nat.c | 668 WideCharToMultiByte (CP_ACP, 0, unicode_address, len, buf, len, 0, 0); in get_image_name()
|
/openbsd/gnu/llvm/llvm/lib/Support/Windows/ |
H A D | Path.inc | 1537 int len = ::WideCharToMultiByte(codepage, 0, utf16, utf16_len, 1548 len = ::WideCharToMultiByte(codepage, 0, utf16, utf16_len, converted.data(),
|
/openbsd/gnu/usr.bin/perl/ |
H A D | locale.c | 423 # define WideCharToMultiByte(cp, flags, wstring, m1, byte_string, \ macro 4213 WideCharToMultiByte(code_page, 0, wstring, -1, NULL, 0, NULL, NULL); in S_Win_wstring_to_byte_string() 4218 if (! WideCharToMultiByte(code_page, 0, wstring, -1, byte_string, in S_Win_wstring_to_byte_string()
|
/openbsd/gnu/llvm/libcxx/src/filesystem/ |
H A D | operations.cpp | 2024 int ret = WideCharToMultiByte(codepage, 0, str.data(), str.size(), out, in __wide_to_char()
|