Searched refs:CP_OEMCP (Results 1 - 16 of 16) sorted by relevance

/external/lzma/CPP/Common/
H A DListFileUtils.h9 bool ReadNamesFromListFile(LPCWSTR fileName, UStringVector &strings, UINT codePage = CP_OEMCP);
H A DStdInStream.cpp77 codePage = CP_OEMCP;
H A DStdOutStream.cpp76 codePage = CP_OEMCP;
H A DStringConvert.h40 { return UnicodeStringToMultiByte(unicodeString, CP_OEMCP); }
H A DMyWindows.h194 #define CP_OEMCP 1 macro
/external/lzma/CPP/7zip/UI/Common/
H A DWorkDir.cpp26 UINT driveType = GetDriveType(GetSystemString(prefix, ::AreFileApisANSI() ? CP_ACP : CP_OEMCP));
H A DArchiveCommandLine.cpp735 { L"DOS", CP_OEMCP }
/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),
H A DFileDir.cpp34 static inline UINT GetCurrentCodePage() { return ::AreFileApisANSI() ? CP_ACP : CP_OEMCP; }
/external/lzma/C/Util/7z/
H A D7zMain.c118 AreFileApisANSI() ? CP_ACP : CP_OEMCP
120 ) : CP_OEMCP,
/external/chromium_org/third_party/sqlite/src/src/
H A Dos_win.c226 int codepage = AreFileApisANSI() ? CP_ACP : CP_OEMCP;
251 int codepage = AreFileApisANSI() ? CP_ACP : CP_OEMCP;
/external/sqlite/dist/orig/
H A Dsqlite3.c[all...]
/external/sqlite/dist/
H A Dsqlite3.c[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c[all...]

Completed in 4081 milliseconds