Home
last modified time | relevance | path

Searched refs:CP_OEMCP (Results 1 – 14 of 14) 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/python/cpython3/Modules/
D_codecsmodule.c642 PyObject *decoded = PyUnicode_DecodeCodePageStateful(CP_OEMCP, in _codecs_oem_decode_impl()
1003 return codec_tuple(PyUnicode_EncodeCodePage(CP_OEMCP, str, errors), in _codecs_oem_encode_impl()
/external/python/cpython3/Doc/library/
Dcodecs.rst1272 | | | OEM codepage (CP_OEMCP) |
/external/python/cpython3/Doc/whatsnew/
D3.6.rst1046 On Windows, added the ``'oem'`` encoding to use ``CP_OEMCP``, and the ``'ansi'``
/external/sqlite/dist/orig/
Dsqlite3.c40058 osAreFileApisANSI() ? CP_ACP : CP_OEMCP, 0, zBuf,
40432 int codepage = useAnsi ? CP_ACP : CP_OEMCP;
40461 int codepage = useAnsi ? CP_ACP : CP_OEMCP;
/external/sqlite/dist/
Dsqlite3.c40058 osAreFileApisANSI() ? CP_ACP : CP_OEMCP, 0, zBuf,
40432 int codepage = useAnsi ? CP_ACP : CP_OEMCP;
40461 int codepage = useAnsi ? CP_ACP : CP_OEMCP;