Searched refs:CP_ACP (Results 1 - 25 of 48) sorted by relevance

12

/external/lzma/CPP/Common/
H A DMyString.cpp29 int numChars = ::WideCharToMultiByte(CP_ACP, 0, &c, 1, s, kBufferSize, 0, 0);
34 ::MultiByteToWideChar(CP_ACP, 0, s, numChars, &c, 1);
47 int numChars = ::WideCharToMultiByte(CP_ACP, 0, &c, 1, s, kBufferSize, 0, 0);
52 ::MultiByteToWideChar(CP_ACP, 0, s, numChars, &c, 1);
H A DStringConvert.h10 UString MultiByteToUnicodeString(const AString &srcString, UINT codePage = CP_ACP);
12 AString UnicodeStringToMultiByte(const UString &srcString, UINT codePage = CP_ACP);
H A DMyWindows.h193 #define CP_ACP 0 macro
/external/qemu/distrib/sdl-1.2.15/src/loadso/win32/
H A DSDL_sysloadso.c45 MultiByteToWideChar(CP_ACP, MB_PRECOMPOSED, sofile, -1, sofile_t, MAX_PATH);
55 WideCharToMultiByte(CP_ACP, 0, errbuf_t, -1, errbuf, 511, NULL, NULL);
96 MultiByteToWideChar(CP_ACP, MB_PRECOMPOSED, name, -1, name_t, length+1);
105 WideCharToMultiByte(CP_ACP, 0, errbuf_t, -1, errbuf, 511, NULL, NULL);
/external/chromium_org/base/strings/
H A Dsys_string_conversions_win.cc24 return SysWideToMultiByte(wide, CP_ACP);
28 return SysMultiByteToWide(native_mb, CP_ACP);
/external/lzma/CPP/7zip/UI/Common/
H A DWorkDir.cpp26 UINT driveType = GetDriveType(GetSystemString(prefix, ::AreFileApisANSI() ? CP_ACP : CP_OEMCP));
/external/chromium_org/third_party/boringssl/src/crypto/
H A Ddirectory_win.c75 if (!MultiByteToWideChar(CP_ACP, 0, directory, len_0, (WCHAR *)wdir,
110 if (!WideCharToMultiByte(CP_ACP, 0, (WCHAR *)wdir, len_0,
/external/openssl/crypto/
H A DLPdir_win.c119 if (!MultiByteToWideChar(CP_ACP, 0, extdir, len_0, (WCHAR *)wdir, len_0))
161 if (!WideCharToMultiByte(CP_ACP, 0, (WCHAR *)wdir, len_0, (*ctx)->entry_name,
H A Dcryptlib.c863 if (!MultiByteToWideChar(CP_ACP,0,fmta,len_0,fmtw,len_0))
/external/lzma/CPP/Windows/
H A DDLL.cpp56 static inline UINT GetCurrentCodePage() { return ::AreFileApisANSI() ? CP_ACP : CP_OEMCP; }
H A DFileFind.cpp79 static inline UINT GetCurrentCodePage() { return ::AreFileApisANSI() ? CP_ACP : CP_OEMCP; }
H A DFileIO.cpp135 return Create(UnicodeStringToMultiByte(fileName, ::AreFileApisANSI() ? CP_ACP : CP_OEMCP),
/external/qemu/distrib/sdl-1.2.15/src/video/wincommon/
H A DSDL_syswm.c221 size_t len = WideCharToMultiByte(CP_ACP, 0, lpsz, -1, NULL, 0, NULL, NULL);
223 WideCharToMultiByte(CP_ACP, 0, lpsz, -1, cvt, len, NULL, NULL);
/external/zlib/src/contrib/minizip/
H A Diowin32.c111 MultiByteToWideChar(CP_ACP,0,(const char*)filename,-1,filenameW,FILENAME_MAX + 0x200);
136 MultiByteToWideChar(CP_ACP,0,(const char*)filename,-1,filenameW,FILENAME_MAX + 0x200);
184 MultiByteToWideChar(CP_ACP,0,(const char*)filename,-1,filenameW,FILENAME_MAX + 0x200);
/external/lzma/C/Util/7z/
H A D7zMain.c116 CP_ACP
118 AreFileApisANSI() ? CP_ACP : CP_OEMCP
/external/chromium_org/net/proxy/
H A Ddhcp_proxy_script_adapter_fetcher_win.cc219 CP_ACP);
/external/qemu/distrib/sdl-1.2.15/src/audio/windib/
H A DSDL_dibaudio.c139 WideCharToMultiByte(CP_ACP,0,werrbuf,-1,errbuf+len,MAXERRORLENGTH-len,NULL,NULL);
/external/qemu/distrib/sdl-1.2.15/src/main/win32/
H A DSDL_win32_main.c377 WideCharToMultiByte(CP_ACP, 0, bufp, -1, cmdline, nLen, NULL, NULL);
/external/stlport/src/c_locale_win32/
H A Dc_locale_win32.c1667 if (icp != CP_ACP && buf[0] != 0) {
1668 BufferSize = MultiByteToWideChar(CP_ACP, 0, buf, -1, NULL, 0);
1677 MultiByteToWideChar(CP_ACP, 0, buf, -1, Buffer, BufferSize);
/external/qemu/distrib/libpng-1.2.46/
H A Dpng.c692 WideCharToMultiByte(CP_ACP, 0, time_buf, -1, png_ptr->time_buffer,
H A Dpngrutil.c36 len = MultiByteToWideChar(CP_ACP, 0, nptr, -1, NULL, 0);
40 MultiByteToWideChar(CP_ACP, 0, nptr, -1, str, len);
42 len = WideCharToMultiByte(CP_ACP, 0, end, -1, NULL, 0, NULL, NULL);
/external/qemu/distrib/sdl-1.2.15/src/file/
H A DSDL_rwops.c151 !WideCharToMultiByte(CP_ACP, 0, (LPCWSTR)utf16, -1, filenameA, size*6, 0, &bDefCharUsed) ||
/external/qemu/distrib/sdl-1.2.15/src/video/windib/
H A DSDL_dibevents.c654 MultiByteToWideChar(CP_ACP, MB_PRECOMPOSED, windowid, -1, windowid_t, SDL_strlen(windowid) + 1);
/external/chromium_org/third_party/libpng/
H A Dpngrutil.c36 len = MultiByteToWideChar(CP_ACP, 0, nptr, -1, NULL, 0);
40 MultiByteToWideChar(CP_ACP, 0, nptr, -1, str, len);
42 len = WideCharToMultiByte(CP_ACP, 0, end, -1, NULL, 0, NULL, NULL);
/external/openssl/apps/
H A Dapps.c2804 if (!MultiByteToWideChar(CP_ACP,0,from,flen,(WCHAR *)tfrom,flen))
2808 if (!MultiByteToWideChar(CP_ACP,0,to, tlen,(WCHAR *)tto, tlen))
3037 if (!MultiByteToWideChar(CP_ACP,0,name,len_0,FileData.cFileName,len_0))

Completed in 6043 milliseconds

12