/external/lzma/CPP/Common/ |
D | StringConvert.h | 9 UString MultiByteToUnicodeString(const AString &srcString, UINT codePage = CP_ACP); 12 void MultiByteToUnicodeString2(UString &dest, const AString &srcString, UINT codePage = CP_ACP); 17 AString UnicodeStringToMultiByte(const UString &srcString, UINT codePage = CP_ACP);
|
D | MyString.cpp | 111 int numChars = ::WideCharToMultiByte(CP_ACP, 0, &c, 1, s, kBufSize, 0, 0); in MyCharUpper_WIN() 116 ::MultiByteToWideChar(CP_ACP, 0, s, numChars, &c, 1); in MyCharUpper_WIN() 1530 return CP_ACP; in GetCurrentCodePage() 1532 return ::AreFileApisANSI() ? CP_ACP : CP_OEMCP; in GetCurrentCodePage()
|
D | MyWindows.h | 204 #define CP_ACP 0 macro
|
/external/zlib/src/contrib/minizip/ |
D | iowin32.c | 112 MultiByteToWideChar(CP_ACP,0,(const char*)filename,-1,filenameW,FILENAME_MAX + 0x200); in win32_open64_file_func() 137 MultiByteToWideChar(CP_ACP,0,(const char*)filename,-1,filenameW,FILENAME_MAX + 0x200); in win32_open64_file_funcA() 185 MultiByteToWideChar(CP_ACP,0,(const char*)filename,-1,filenameW,FILENAME_MAX + 0x200); in win32_open_file_func()
|
/external/python/cpython2/PC/ |
D | getpathp.c | 345 WideCharToMultiByte(CP_ACP, 0, in getpythonregpath() 389 WideCharToMultiByte(CP_ACP, 0, in get_progpath() 399 WideCharToMultiByte(CP_ACP, 0, in get_progpath()
|
/external/lzma/CPP/7zip/UI/Common/ |
D | WorkDir.cpp | 27 … UINT driveType = GetDriveType(GetSystemString(prefix, ::AreFileApisANSI() ? CP_ACP : CP_OEMCP)); in GetWorkDir()
|
/external/freetype/builds/wince/ |
D | ftdebug.c | 64 int sz = MultiByteToWideChar( CP_ACP, 0, str, -1, buf, in OutputDebugStringEx()
|
/external/lzma/C/Util/7z/ |
D | 7zMain.c | 182 static UINT g_FileCodePage = CP_ACP; 381 g_FileCodePage = AreFileApisANSI() ? CP_ACP : CP_OEMCP; in main()
|
/external/syslinux/com32/lib/libpng/ |
D | pngtest.c | 721 MultiByteToWideChar(CP_ACP, 0, inname, -1, path, MAX_PATH); in test_one_file() 733 MultiByteToWideChar(CP_ACP, 0, outname, -1, path, MAX_PATH); in test_one_file() 1362 MultiByteToWideChar(CP_ACP, 0, inname, -1, path, MAX_PATH); in test_one_file() 1374 MultiByteToWideChar(CP_ACP, 0, outname, -1, path, MAX_PATH); in test_one_file()
|
D | png.c | 691 WideCharToMultiByte(CP_ACP, 0, time_buf, -1, png_ptr->time_buffer, in png_convert_to_rfc1123()
|
/external/python/cpython3/PC/ |
D | pyshellext.cpp | 280 int wlen = MultiByteToWideChar(CP_ACP, 0, temp, (int)len, NULL, 0); in GetArguments() 283 if (MultiByteToWideChar(CP_ACP, 0, temp, (int)len, args, wlen + 1)) { in GetArguments()
|
/external/google-breakpad/src/common/windows/ |
D | http_upload.cc | 336 ifstream file(WideToMBCP(filename, CP_ACP).c_str(), ios::binary); in GetFileContents()
|
/external/google-breakpad/src/client/windows/unittests/ |
D | exception_handler_test.cc | 122 int dwRet = MultiByteToWideChar(CP_ACP, 0, test_info->name(), in SetUp()
|
D | exception_handler_death_test.cc | 84 int dwRet = MultiByteToWideChar(CP_ACP, 0, test_info->name(), in SetUp()
|
/external/python/cpython3/PC/bdist_wininst/ |
D | install.c | 318 dest_cch = MultiByteToWideChar(CP_ACP, 0, src, src_len, NULL, 0); in widen_string() 324 if (0==MultiByteToWideChar(CP_ACP, 0, src, src_len, result, dest_cch)) { in widen_string() 595 MultiByteToWideChar(CP_ACP, 0, in CreateShortcut()
|
/external/python/cpython3/Modules/ |
D | _codecsmodule.c | 988 return codec_tuple(PyUnicode_EncodeCodePage(CP_ACP, str, errors), in _codecs_mbcs_encode_impl()
|
/external/protobuf/gtest/src/ |
D | gtest.cc | 836 MultiByteToWideChar(CP_ACP, 0, ansi, length, in AnsiToUtf16() 839 MultiByteToWideChar(CP_ACP, 0, ansi, length, in AnsiToUtf16() 852 WideCharToMultiByte(CP_ACP, 0, utf16_str, -1, in Utf16ToAnsi() 855 WideCharToMultiByte(CP_ACP, 0, utf16_str, -1, in Utf16ToAnsi()
|
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/ |
D | gtest.cc | 863 MultiByteToWideChar(CP_ACP, 0, ansi, length, in AnsiToUtf16() 866 MultiByteToWideChar(CP_ACP, 0, ansi, length, in AnsiToUtf16() 879 WideCharToMultiByte(CP_ACP, 0, utf16_str, -1, in Utf16ToAnsi() 882 WideCharToMultiByte(CP_ACP, 0, utf16_str, -1, in Utf16ToAnsi()
|
/external/google-breakpad/src/testing/gtest/src/ |
D | gtest.cc | 864 MultiByteToWideChar(CP_ACP, 0, ansi, length, in AnsiToUtf16() 867 MultiByteToWideChar(CP_ACP, 0, ansi, length, in AnsiToUtf16() 880 WideCharToMultiByte(CP_ACP, 0, utf16_str, -1, in Utf16ToAnsi() 883 WideCharToMultiByte(CP_ACP, 0, utf16_str, -1, in Utf16ToAnsi()
|
/external/llvm/utils/unittest/googletest/src/ |
D | gtest.cc | 863 MultiByteToWideChar(CP_ACP, 0, ansi, length, in AnsiToUtf16() 866 MultiByteToWideChar(CP_ACP, 0, ansi, length, in AnsiToUtf16() 879 WideCharToMultiByte(CP_ACP, 0, utf16_str, -1, in Utf16ToAnsi() 882 WideCharToMultiByte(CP_ACP, 0, utf16_str, -1, in Utf16ToAnsi()
|
/external/mesa3d/src/gtest/src/ |
D | gtest.cc | 844 MultiByteToWideChar(CP_ACP, 0, ansi, length, in AnsiToUtf16() 847 MultiByteToWideChar(CP_ACP, 0, ansi, length, in AnsiToUtf16() 860 WideCharToMultiByte(CP_ACP, 0, utf16_str, -1, in Utf16ToAnsi() 863 WideCharToMultiByte(CP_ACP, 0, utf16_str, -1, in Utf16ToAnsi()
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/src/ |
D | gtest.cc | 844 MultiByteToWideChar(CP_ACP, 0, ansi, length, in AnsiToUtf16() 847 MultiByteToWideChar(CP_ACP, 0, ansi, length, in AnsiToUtf16() 860 WideCharToMultiByte(CP_ACP, 0, utf16_str, -1, in Utf16ToAnsi() 863 WideCharToMultiByte(CP_ACP, 0, utf16_str, -1, in Utf16ToAnsi()
|
/external/libcups/cups/ |
D | tls-sspi.c | 2367 count = MultiByteToWideChar(CP_ACP, 0, common_name, -1, NULL, 0); in http_sspi_verify() 2372 if (!MultiByteToWideChar(CP_ACP, 0, common_name, -1, commonNameUnicode, count)) in http_sspi_verify()
|
/external/libusb/libusb/os/ |
D | wince_usb.c | 75 if (WideCharToMultiByte(CP_ACP, 0, wErr_string, -1, err_string, ERR_BUFFER_SIZE, NULL, NULL) < 0) in windows_error_str()
|
/external/v8/testing/gtest/src/ |
D | gtest.cc | 862 MultiByteToWideChar(CP_ACP, 0, ansi, length, in AnsiToUtf16() 865 MultiByteToWideChar(CP_ACP, 0, ansi, length, in AnsiToUtf16() 878 WideCharToMultiByte(CP_ACP, 0, utf16_str, -1, in Utf16ToAnsi() 881 WideCharToMultiByte(CP_ACP, 0, utf16_str, -1, in Utf16ToAnsi()
|