Home
last modified time | relevance | path

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

/external/lzma/CPP/Common/
DStdOutStream.cpp54 codePage = CP_OEMCP; in operator <<()
67 codePage = CP_OEMCP; in StdOut_Convert_UString_to_AString()
DListFileUtils.h12 bool ReadNamesFromListFile(CFSTR fileName, UStringVector &strings, UINT codePage = CP_OEMCP);
DStdInStream.cpp66 codePage = CP_OEMCP; in ScanUStringUntilNewLine()
DStringConvert.h44 { return UnicodeStringToMultiByte(unicodeString, CP_OEMCP); } in GetOemString()
DMyWindows.h205 #define CP_OEMCP 1 macro
DMyString.cpp1532 return ::AreFileApisANSI() ? CP_ACP : CP_OEMCP; in GetCurrentCodePage()
/external/lzma/CPP/7zip/UI/Common/
DWorkDir.cpp27 … UINT driveType = GetDriveType(GetSystemString(prefix, ::AreFileApisANSI() ? CP_ACP : CP_OEMCP)); in GetWorkDir()
DArchiveCommandLine.cpp957 { "dos", CP_OEMCP },
/external/lzma/C/Util/7z/
D7zMain.c237 , CP_OEMCP in PrintString()
381 g_FileCodePage = AreFileApisANSI() ? CP_ACP : CP_OEMCP; in main()
/external/sqlite/dist/orig/
Dsqlite3.c39194 osAreFileApisANSI() ? CP_ACP : CP_OEMCP, 0, zBuf,
39568 int codepage = useAnsi ? CP_ACP : CP_OEMCP;
39597 int codepage = useAnsi ? CP_ACP : CP_OEMCP;
/external/sqlite/dist/
Dsqlite3.c39194 osAreFileApisANSI() ? CP_ACP : CP_OEMCP, 0, zBuf,
39568 int codepage = useAnsi ? CP_ACP : CP_OEMCP;
39597 int codepage = useAnsi ? CP_ACP : CP_OEMCP;