/dports/editors/vile/vile-9.8v/ |
H A D | wvwrap.cpp | 73 ULONG len = WideCharToMultiByte(CP_ACP, in asc_charstring() 84 (void) WideCharToMultiByte(CP_ACP, in asc_charstring() 110 ULONG len = MultiByteToWideChar(CP_ACP, in w32_charstring() 119 (void) MultiByteToWideChar(CP_ACP, in w32_charstring()
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/protobuf/src/google/protobuf/io/ |
H A D | io_win32.cc | 370 outUtf8 ? CP_UTF8 : CP_ACP, 0, s, -1, nullptr, 0, nullptr, in wcs_to_mbs() 378 outUtf8 ? CP_UTF8 : CP_ACP, 0, s, -1, astr.get(), size, nullptr, nullptr); in wcs_to_mbs() 391 MultiByteToWideChar(inUtf8 ? CP_UTF8 : CP_ACP, 0, s, -1, nullptr, 0); in mbs_to_wcs() 397 inUtf8 ? CP_UTF8 : CP_ACP, 0, s, -1, wstr.get(), size + 1); in mbs_to_wcs()
|
/dports/graphics/opencv/opencv-4.5.3/3rdparty/protobuf/src/google/protobuf/stubs/ |
H A D | io_win32.cc | 367 outUtf8 ? CP_UTF8 : CP_ACP, 0, s, -1, NULL, 0, NULL, in wcs_to_mbs() 375 outUtf8 ? CP_UTF8 : CP_ACP, 0, s, -1, astr.get(), size, NULL, NULL); in wcs_to_mbs() 388 MultiByteToWideChar(inUtf8 ? CP_UTF8 : CP_ACP, 0, s, -1, NULL, 0); in mbs_to_wcs() 394 inUtf8 ? CP_UTF8 : CP_ACP, 0, s, -1, wstr.get(), size + 1); in mbs_to_wcs()
|
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burner/libretro/libretro-common/encodings/ |
H A D | encoding_utf.c | 404 len = MultiByteToWideChar(CP_ACP, 0, str, -1, NULL, 0); in utf8_to_utf16_string_alloc() 413 out_len = MultiByteToWideChar(CP_ACP, 0, str, -1, buf, len); in utf8_to_utf16_string_alloc() 476 len = WideCharToMultiByte(CP_ACP, 0, str, -1, NULL, 0, NULL, NULL); in utf16_to_utf8_string_alloc() 485 out_len = WideCharToMultiByte(CP_ACP, 0, str, -1, buf, len, NULL, NULL); in utf16_to_utf8_string_alloc()
|
/dports/games/libretro-nxengine/nxengine-libretro-10c4381/nxengine/libretro/libretro-common/encodings/ |
H A D | encoding_utf.c | 404 len = MultiByteToWideChar(CP_ACP, 0, str, -1, NULL, 0); in utf8_to_utf16_string_alloc() 413 out_len = MultiByteToWideChar(CP_ACP, 0, str, -1, buf, len); in utf8_to_utf16_string_alloc() 476 len = WideCharToMultiByte(CP_ACP, 0, str, -1, NULL, 0, NULL, NULL); in utf16_to_utf8_string_alloc() 485 out_len = WideCharToMultiByte(CP_ACP, 0, str, -1, buf, len, NULL, NULL); in utf16_to_utf8_string_alloc()
|
/dports/games/libretro-opera/opera-libretro-5781f68/libretro-common/encodings/ |
H A D | encoding_utf.c | 404 len = MultiByteToWideChar(CP_ACP, 0, str, -1, NULL, 0); in utf8_to_utf16_string_alloc() 413 out_len = MultiByteToWideChar(CP_ACP, 0, str, -1, buf, len); in utf8_to_utf16_string_alloc() 476 len = WideCharToMultiByte(CP_ACP, 0, str, -1, NULL, 0, NULL, NULL); in utf16_to_utf8_string_alloc() 485 out_len = WideCharToMultiByte(CP_ACP, 0, str, -1, buf, len, NULL, NULL); in utf16_to_utf8_string_alloc()
|
/dports/games/libretro-paralleln64/parallel-n64-6e26fbb/libretro-common/encodings/ |
H A D | encoding_utf.c | 404 len = MultiByteToWideChar(CP_ACP, 0, str, -1, NULL, 0); in utf8_to_utf16_string_alloc() 413 out_len = MultiByteToWideChar(CP_ACP, 0, str, -1, buf, len); in utf8_to_utf16_string_alloc() 476 len = WideCharToMultiByte(CP_ACP, 0, str, -1, NULL, 0, NULL, NULL); in utf16_to_utf8_string_alloc() 485 out_len = WideCharToMultiByte(CP_ACP, 0, str, -1, buf, len, NULL, NULL); in utf16_to_utf8_string_alloc()
|
/dports/games/libretro-mu/Mu-ff746b8/libretroBuildSystem/libretro-common/encodings/ |
H A D | encoding_utf.c | 404 len = MultiByteToWideChar(CP_ACP, 0, str, -1, NULL, 0); in utf8_to_utf16_string_alloc() 413 out_len = MultiByteToWideChar(CP_ACP, 0, str, -1, buf, len); in utf8_to_utf16_string_alloc() 476 len = WideCharToMultiByte(CP_ACP, 0, str, -1, NULL, 0, NULL, NULL); in utf16_to_utf8_string_alloc() 485 out_len = WideCharToMultiByte(CP_ACP, 0, str, -1, buf, len, NULL, NULL); in utf16_to_utf8_string_alloc()
|
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burner/psp/ |
H A D | main.cpp | 172 if (MultiByteToWideChar(CP_ACP, 0, pszInString, -1, pszBuffer, nBufferSize)) { in ANSIToTCHAR() 197 if (WideCharToMultiByte(CP_ACP, 0, pszInString, -1, pszBuffer, nBufferSize, NULL, NULL)) { in TCHARToANSI()
|
/dports/www/firefox-esr/firefox-91.8.0/security/nss/gtests/common/ |
H A D | util.h | 69 MultiByteToWideChar(CP_ACP, 0, mPath.data(), mPath.size(), nullptr, 0); in ScopedUniqueDirectory() 71 MultiByteToWideChar(CP_ACP, 0, mPath.data(), mPath.size(), buf.data(), in ScopedUniqueDirectory()
|
/dports/archivers/ppmd-7z/p7zip_9.04/CPP/Common/ |
H A D | StringConvert.h | 10 UString MultiByteToUnicodeString(const AString &srcString, UINT codePage = CP_ACP); 12 AString UnicodeStringToMultiByte(const UString &srcString, UINT codePage = CP_ACP);
|
/dports/archivers/upx/upx-3.96/src/lzma-sdk/C/Common/ |
H A D | StringConvert.h | 10 UString MultiByteToUnicodeString(const AString &srcString, UINT codePage = CP_ACP); 11 AString UnicodeStringToMultiByte(const UString &srcString, UINT codePage = CP_ACP);
|
/dports/games/criticalmass/CriticalMass-1.5/utils/lzma/SRC/Common/ |
H A D | StringConvert.h | 10 UString MultiByteToUnicodeString(const AString &srcString, UINT codePage = CP_ACP); 11 AString UnicodeStringToMultiByte(const UString &srcString, UINT codePage = CP_ACP);
|
/dports/archivers/lzmalib/lzmalib-0.0.1/Common/ |
H A D | StringConvert.h | 10 UString MultiByteToUnicodeString(const AString &srcString, UINT codePage = CP_ACP); 11 AString UnicodeStringToMultiByte(const UString &srcString, UINT codePage = CP_ACP);
|
/dports/sysutils/afflib/AFFLIBv3-3.7.16/lzma443/C/Common/ |
H A D | StringConvert.h | 10 UString MultiByteToUnicodeString(const AString &srcString, UINT codePage = CP_ACP); 11 AString UnicodeStringToMultiByte(const UString &srcString, UINT codePage = CP_ACP);
|
/dports/lang/fpc-source/fpc-3.2.2/tests/test/ |
H A D | tcpstransistr2widechararray2.pp | 2 constant gets code page 0/CP_ACP; this test is to make sure that 3 fpc_ansistr_to_widechararray() translates CP_ACP to the actual value of
|
/dports/www/firefox/firefox-99.0/security/nss/gtests/common/ |
H A D | util.h | 69 MultiByteToWideChar(CP_ACP, 0, mPath.data(), mPath.size(), nullptr, 0); in ScopedUniqueDirectory() 71 MultiByteToWideChar(CP_ACP, 0, mPath.data(), mPath.size(), buf.data(), in ScopedUniqueDirectory()
|
/dports/sysutils/squashfs-tools/CPP/Common/ |
H A D | StringConvert.h | 10 UString MultiByteToUnicodeString(const AString &srcString, UINT codePage = CP_ACP); 12 AString UnicodeStringToMultiByte(const UString &srcString, UINT codePage = CP_ACP);
|
/dports/security/ca_root_nss/nss-3.71/nss/gtests/common/ |
H A D | util.h | 69 MultiByteToWideChar(CP_ACP, 0, mPath.data(), mPath.size(), nullptr, 0); in ScopedUniqueDirectory() 71 MultiByteToWideChar(CP_ACP, 0, mPath.data(), mPath.size(), buf.data(), in ScopedUniqueDirectory()
|
/dports/www/firefox-legacy/firefox-52.8.0esr/other-licenses/7zstub/src/Common/ |
H A D | StringConvert.h | 10 UString MultiByteToUnicodeString(const AString &srcString, UINT codePage = CP_ACP); 11 AString UnicodeStringToMultiByte(const UString &srcString, UINT codePage = CP_ACP);
|
/dports/security/nss/nss-3.76.1/nss/gtests/common/ |
H A D | util.h | 69 MultiByteToWideChar(CP_ACP, 0, mPath.data(), mPath.size(), nullptr, 0); in ScopedUniqueDirectory() 71 MultiByteToWideChar(CP_ACP, 0, mPath.data(), mPath.size(), buf.data(), in ScopedUniqueDirectory()
|
/dports/mail/thunderbird/thunderbird-91.8.0/security/nss/gtests/common/ |
H A D | util.h | 69 MultiByteToWideChar(CP_ACP, 0, mPath.data(), mPath.size(), nullptr, 0); in ScopedUniqueDirectory() 71 MultiByteToWideChar(CP_ACP, 0, mPath.data(), mPath.size(), buf.data(), in ScopedUniqueDirectory()
|
/dports/lang/spidermonkey78/firefox-78.9.0/security/nss/gtests/common/ |
H A D | util.h | 69 MultiByteToWideChar(CP_ACP, 0, mPath.data(), mPath.size(), nullptr, 0); in ScopedUniqueDirectory() 71 MultiByteToWideChar(CP_ACP, 0, mPath.data(), mPath.size(), buf.data(), in ScopedUniqueDirectory()
|
/dports/graphics/silgraphite/silgraphite-2.3.1/engine/src/segment/ |
H A D | Platform.cpp | 11 …return ::WideCharToMultiByte(CP_ACP, 0, (LPCWSTR)prgchwSrc, cchwSrc, prgchsDst, cchsDst, NULL, NUL… in Platform_UnicodeToANSI() 16 return ::MultiByteToWideChar(CP_ACP, 0, prgchsSrc, cchsSrc, (LPWSTR)prgchwDst, cchwDst); in Platform_AnsiToUnicode()
|
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burner/psp/ |
H A D | main.cpp | 172 if (MultiByteToWideChar(CP_ACP, 0, pszInString, -1, pszBuffer, nBufferSize)) { in ANSIToTCHAR() 197 if (WideCharToMultiByte(CP_ACP, 0, pszInString, -1, pszBuffer, nBufferSize, NULL, NULL)) { in TCHARToANSI()
|