HomeSort by relevance Sort by last modified time
    Searched refs:CP_ACP (Results 1 - 25 of 48) sorted by null

1 2

  /toolchain/binutils/binutils-2.25/binutils/
winduni.h 90 #ifndef CP_ACP
91 #define CP_ACP 0 /* Default to ANSI code page. */
99 transformations. By default this is CP_ACP. */
103 transformations. By default this is CP_ACP. */
winduni.c 180 transformations. By default this is CP_ACP. */
181 rc_uint_type wind_default_codepage = CP_ACP;
184 transformations. By default this is CP_ACP. */
185 rc_uint_type wind_current_codepage = CP_ACP;
523 if (cp == CP_UTF16 || cp == CP_ACP)
555 return CP_ACP;
mclex.c 213 unicode_from_codepage (&usz_len, &usz, sz, CP_ACP);
215 unicode_from_codepage (&usz_len, &usv, sv, CP_ACP);
  /external/lzma/CPP/Common/
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);
MyWindows.h 204 #define CP_ACP 0
MyString.cpp 101 int numChars = ::WideCharToMultiByte(CP_ACP, 0, &c, 1, s, kBufSize, 0, 0);
106 ::MultiByteToWideChar(CP_ACP, 0, s, numChars, &c, 1);
118 int numChars = ::WideCharToMultiByte(CP_ACP, 0, &c, 1, s, kBufSize, 0, 0);
123 ::MultiByteToWideChar(CP_ACP, 0, s, numChars, &c, 1);
1181 return CP_ACP;
1183 return ::AreFileApisANSI() ? CP_ACP : CP_OEMCP;
  /external/boringssl/src/crypto/
directory_win.c 81 if (!MultiByteToWideChar(CP_ACP, 0, directory, len_0, (WCHAR *)wdir,
116 if (!WideCharToMultiByte(CP_ACP, 0, (WCHAR *)wdir, len_0,
  /development/host/windows/usb/api/
adb_interface.cpp 57 int res = WideCharToMultiByte(CP_ACP,
adb_legacy_interface.cpp 160 int res = WideCharToMultiByte(CP_ACP,
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/builds/wince/
ftdebug.c 64 int sz = MultiByteToWideChar( CP_ACP, 0, str, -1, buf,
  /external/lzma/CPP/7zip/UI/Common/
WorkDir.cpp 26 UINT driveType = GetDriveType(GetSystemString(prefix, ::AreFileApisANSI() ? CP_ACP : CP_OEMCP));
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
multimon.h 217 MultiByteToWideChar(CP_ACP,0,(LPSTR)((MONITORINFOEX*)lpMonitorInfo)->szDevice,-1,((MONITORINFOEX*)lpMonitorInfo)->szDevice,(sizeof(((MONITORINFOEX*)lpMonitorInfo)->szDevice)/sizeof(TCHAR)));
235 MultiByteToWideChar(CP_ACP,0,"DISPLAY",-1,((MONITORINFOEX*)lpMonitorInfo)->szDevice,(sizeof(((MONITORINFOEX*)lpMonitorInfo)->szDevice)/sizeof(TCHAR)));
315 MultiByteToWideChar(CP_ACP,0,"DISPLAY",-1,lpDisplayDevice->DeviceName,(sizeof(lpDisplayDevice->DeviceName)/sizeof(TCHAR)));
316 MultiByteToWideChar(CP_ACP,0,"DISPLAY",-1,lpDisplayDevice->DeviceString,(sizeof(lpDisplayDevice->DeviceString)/sizeof(TCHAR)));
mapinls.h 70 #define CP_ACP 0
comip.h 225 int destSize = MultiByteToWideChar(CP_ACP,0,clsidStringA,size,NULL,0);
230 if(MultiByteToWideChar(CP_ACP,0,clsidStringA,size,clsidStringW,destSize)==0) {
261 int destSize = MultiByteToWideChar(CP_ACP,0,clsidStringA,size,NULL,0);
269 if(MultiByteToWideChar(CP_ACP,0,clsidStringA,size,clsidStringW,destSize)==0) return HRESULT_FROM_WIN32(GetLastError());
newapis.h 98 dwRc = MultiByteToWideChar(AreFileApisANSI() ? CP_ACP : CP_OEMCP,0,tsz,-1,wsz,MAX_PATH);
  /external/opencv3/3rdparty/libtiff/
tif_unix.c 233 mbsize = WideCharToMultiByte(CP_ACP, 0, name, -1, NULL, 0, NULL, NULL);
242 WideCharToMultiByte(CP_ACP, 0, name, -1, mbname, mbsize,
tif_win32.c 304 mbsize = WideCharToMultiByte(CP_ACP, 0, name, -1, NULL, 0, NULL, NULL);
313 WideCharToMultiByte(CP_ACP, 0, name, -1, mbname, mbsize,
  /external/zlib/src/contrib/minizip/
iowin32.c 111 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/
7zMain.c 140 static UINT g_FileCodePage = CP_ACP;
339 g_FileCodePage = AreFileApisANSI() ? CP_ACP : CP_OEMCP;
  /development/host/windows/usb/winusb/
adb_winusb_interface.cpp 214 if (0 != WideCharToMultiByte(CP_ACP, 0, ser_num->bString,
  /external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/win32/
Win32KeyBoard.cpp 302 if (WideCharToMultiByte(CP_ACP, 0, prop.wsz, -1, temp, sizeof(temp), NULL, NULL))
  /external/google-breakpad/src/common/windows/
http_upload.cc 336 ifstream file(WideToMBCP(filename, CP_ACP).c_str(), ios::binary);
  /external/google-breakpad/src/client/windows/unittests/
exception_handler_death_test.cc 84 int dwRet = MultiByteToWideChar(CP_ACP, 0, test_info->name(),
exception_handler_test.cc 122 int dwRet = MultiByteToWideChar(CP_ACP, 0, test_info->name(),
  /ndk/sources/cxx-stl/stlport/src/c_locale_win32/
c_locale_win32.c     [all...]

Completed in 560 milliseconds

1 2