Home
last modified time | relevance | path

Searched refs:CP_OEMCP (Results 1 – 14 of 14) sorted by relevance

/external/lzma/CPP/Common/
DListFileUtils.h9 bool ReadNamesFromListFile(LPCWSTR fileName, UStringVector &strings, UINT codePage = CP_OEMCP);
DStdOutStream.cpp76 codePage = CP_OEMCP; in operator <<()
DStdInStream.cpp77 codePage = CP_OEMCP; in ScanUStringUntilNewLine()
DStringConvert.h40 { return UnicodeStringToMultiByte(unicodeString, CP_OEMCP); } in GetOemString()
DMyWindows.h194 #define CP_OEMCP 1 macro
/external/lzma/CPP/7zip/UI/Common/
DWorkDir.cpp26 … UINT driveType = GetDriveType(GetSystemString(prefix, ::AreFileApisANSI() ? CP_ACP : CP_OEMCP)); in GetWorkDir()
DArchiveCommandLine.cpp735 { L"DOS", CP_OEMCP }
/external/lzma/CPP/Windows/
DDLL.cpp56 static inline UINT GetCurrentCodePage() { return ::AreFileApisANSI() ? CP_ACP : CP_OEMCP; } in GetCurrentCodePage()
DFileFind.cpp79 static inline UINT GetCurrentCodePage() { return ::AreFileApisANSI() ? CP_ACP : CP_OEMCP; } in GetCurrentCodePage()
DFileIO.cpp135 return Create(UnicodeStringToMultiByte(fileName, ::AreFileApisANSI() ? CP_ACP : CP_OEMCP), in Create()
DFileDir.cpp34 static inline UINT GetCurrentCodePage() { return ::AreFileApisANSI() ? CP_ACP : CP_OEMCP; } in GetCurrentCodePage()
/external/lzma/C/Util/7z/
D7zMain.c118 AreFileApisANSI() ? CP_ACP : CP_OEMCP in Utf16_To_Char()
120 ) : CP_OEMCP, in Utf16_To_Char()
/external/sqlite/dist/
Dsqlite3.c34517 osAreFileApisANSI() ? CP_ACP : CP_OEMCP, 0, zBuf,
34891 int codepage = osAreFileApisANSI() ? CP_ACP : CP_OEMCP;
34921 int codepage = osAreFileApisANSI() ? CP_ACP : CP_OEMCP;
/external/sqlite/dist/orig/
Dsqlite3.c34499 osAreFileApisANSI() ? CP_ACP : CP_OEMCP, 0, zBuf,
34873 int codepage = osAreFileApisANSI() ? CP_ACP : CP_OEMCP;
34903 int codepage = osAreFileApisANSI() ? CP_ACP : CP_OEMCP;