Home
last modified time | relevance | path

Searched refs:CP_ACP (Results 1 – 25 of 49) sorted by relevance

12

/external/lzma/CPP/Common/
DStringConvert.h9 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);
DMyString.cpp111 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()
DMyWindows.h204 #define CP_ACP 0 macro
/external/zlib/src/contrib/minizip/
Diowin32.c112 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/
Dgetpathp.c345 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/
DWorkDir.cpp27 … UINT driveType = GetDriveType(GetSystemString(prefix, ::AreFileApisANSI() ? CP_ACP : CP_OEMCP)); in GetWorkDir()
/external/freetype/builds/wince/
Dftdebug.c64 int sz = MultiByteToWideChar( CP_ACP, 0, str, -1, buf, in OutputDebugStringEx()
/external/lzma/C/Util/7z/
D7zMain.c182 static UINT g_FileCodePage = CP_ACP;
381 g_FileCodePage = AreFileApisANSI() ? CP_ACP : CP_OEMCP; in main()
/external/syslinux/com32/lib/libpng/
Dpngtest.c721 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()
Dpng.c691 WideCharToMultiByte(CP_ACP, 0, time_buf, -1, png_ptr->time_buffer, in png_convert_to_rfc1123()
/external/python/cpython3/PC/
Dpyshellext.cpp280 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/
Dhttp_upload.cc336 ifstream file(WideToMBCP(filename, CP_ACP).c_str(), ios::binary); in GetFileContents()
/external/google-breakpad/src/client/windows/unittests/
Dexception_handler_test.cc122 int dwRet = MultiByteToWideChar(CP_ACP, 0, test_info->name(), in SetUp()
Dexception_handler_death_test.cc84 int dwRet = MultiByteToWideChar(CP_ACP, 0, test_info->name(), in SetUp()
/external/python/cpython3/PC/bdist_wininst/
Dinstall.c318 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.c988 return codec_tuple(PyUnicode_EncodeCodePage(CP_ACP, str, errors), in _codecs_mbcs_encode_impl()
/external/protobuf/gtest/src/
Dgtest.cc836 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/
Dgtest.cc863 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/
Dgtest.cc864 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/
Dgtest.cc863 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/
Dgtest.cc844 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/
Dgtest.cc844 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/
Dtls-sspi.c2367 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/
Dwince_usb.c75 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/
Dgtest.cc862 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()

12