Searched refs:CP_OEMCP (Results 1 – 14 of 14) sorted by relevance
/external/lzma/CPP/Common/ |
D | StdOutStream.cpp | 54 codePage = CP_OEMCP; in operator <<() 67 codePage = CP_OEMCP; in StdOut_Convert_UString_to_AString()
|
D | ListFileUtils.h | 12 bool ReadNamesFromListFile(CFSTR fileName, UStringVector &strings, UINT codePage = CP_OEMCP);
|
D | StdInStream.cpp | 66 codePage = CP_OEMCP; in ScanUStringUntilNewLine()
|
D | StringConvert.h | 44 { return UnicodeStringToMultiByte(unicodeString, CP_OEMCP); } in GetOemString()
|
D | MyWindows.h | 205 #define CP_OEMCP 1 macro
|
D | MyString.cpp | 1532 return ::AreFileApisANSI() ? CP_ACP : CP_OEMCP; in GetCurrentCodePage()
|
/external/lzma/CPP/7zip/UI/Common/ |
D | WorkDir.cpp | 27 … UINT driveType = GetDriveType(GetSystemString(prefix, ::AreFileApisANSI() ? CP_ACP : CP_OEMCP)); in GetWorkDir()
|
D | ArchiveCommandLine.cpp | 957 { "dos", CP_OEMCP },
|
/external/lzma/C/Util/7z/ |
D | 7zMain.c | 237 , CP_OEMCP in PrintString() 381 g_FileCodePage = AreFileApisANSI() ? CP_ACP : CP_OEMCP; in main()
|
/external/python/cpython3/Modules/ |
D | _codecsmodule.c | 642 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/ |
D | codecs.rst | 1272 | | | OEM codepage (CP_OEMCP) |
|
/external/python/cpython3/Doc/whatsnew/ |
D | 3.6.rst | 1046 On Windows, added the ``'oem'`` encoding to use ``CP_OEMCP``, and the ``'ansi'``
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 40058 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/ |
D | sqlite3.c | 40058 osAreFileApisANSI() ? CP_ACP : CP_OEMCP, 0, zBuf, 40432 int codepage = useAnsi ? CP_ACP : CP_OEMCP; 40461 int codepage = useAnsi ? CP_ACP : CP_OEMCP;
|