Searched refs:CP_OEMCP (Results 1 – 14 of 14) sorted by relevance
/external/lzma/CPP/Common/ |
D | ListFileUtils.h | 9 bool ReadNamesFromListFile(LPCWSTR fileName, UStringVector &strings, UINT codePage = CP_OEMCP);
|
D | StdOutStream.cpp | 76 codePage = CP_OEMCP; in operator <<()
|
D | StdInStream.cpp | 77 codePage = CP_OEMCP; in ScanUStringUntilNewLine()
|
D | StringConvert.h | 40 { return UnicodeStringToMultiByte(unicodeString, CP_OEMCP); } in GetOemString()
|
D | MyWindows.h | 194 #define CP_OEMCP 1 macro
|
/external/lzma/CPP/7zip/UI/Common/ |
D | WorkDir.cpp | 26 … UINT driveType = GetDriveType(GetSystemString(prefix, ::AreFileApisANSI() ? CP_ACP : CP_OEMCP)); in GetWorkDir()
|
D | ArchiveCommandLine.cpp | 735 { L"DOS", CP_OEMCP }
|
/external/lzma/CPP/Windows/ |
D | DLL.cpp | 56 static inline UINT GetCurrentCodePage() { return ::AreFileApisANSI() ? CP_ACP : CP_OEMCP; } in GetCurrentCodePage()
|
D | FileFind.cpp | 79 static inline UINT GetCurrentCodePage() { return ::AreFileApisANSI() ? CP_ACP : CP_OEMCP; } in GetCurrentCodePage()
|
D | FileIO.cpp | 135 return Create(UnicodeStringToMultiByte(fileName, ::AreFileApisANSI() ? CP_ACP : CP_OEMCP), in Create()
|
D | FileDir.cpp | 34 static inline UINT GetCurrentCodePage() { return ::AreFileApisANSI() ? CP_ACP : CP_OEMCP; } in GetCurrentCodePage()
|
/external/lzma/C/Util/7z/ |
D | 7zMain.c | 118 AreFileApisANSI() ? CP_ACP : CP_OEMCP in Utf16_To_Char() 120 ) : CP_OEMCP, in Utf16_To_Char()
|
/external/sqlite/dist/ |
D | sqlite3.c | 34517 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/ |
D | sqlite3.c | 34499 osAreFileApisANSI() ? CP_ACP : CP_OEMCP, 0, zBuf, 34873 int codepage = osAreFileApisANSI() ? CP_ACP : CP_OEMCP; 34903 int codepage = osAreFileApisANSI() ? CP_ACP : CP_OEMCP;
|