Searched refs:CP_OEMCP (Results 1 – 17 of 17) sorted by relevance
/external/lzma/CPP/Common/ |
D | StdOutStream.cpp | 52 codePage = CP_OEMCP; in operator <<() 65 codePage = CP_OEMCP; in StdOut_Convert_UString_to_AString()
|
D | StdInStream.cpp | 61 codePage = CP_OEMCP; in ScanUStringUntilNewLine()
|
D | StringConvert.h | 49 { return UnicodeStringToMultiByte(u, CP_OEMCP); } in GetOemString()
|
D | MyWindows.h | 220 #define CP_OEMCP 1 macro
|
D | MyString.cpp | 1617 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 | 943 { "dos", CP_OEMCP },
|
/external/lzma/C/Util/7z/ |
D | 7zMain.c | 250 , CP_OEMCP in PrintString() 409 g_FileCodePage = AreFileApisANSI() ? CP_ACP : CP_OEMCP; in main()
|
/external/python/cpython3/Modules/ |
D | _codecsmodule.c | 609 PyObject *decoded = PyUnicode_DecodeCodePageStateful(CP_OEMCP, in _codecs_oem_decode_impl() 925 return codec_tuple(PyUnicode_EncodeCodePage(CP_OEMCP, str, errors), in _codecs_oem_encode_impl()
|
/external/llvm-project/openmp/runtime/src/ |
D | kmp_i18n.cpp | 233 static UINT const default_code_page = CP_OEMCP; 248 cp = CP_OEMCP; in get_code_page()
|
/external/lzma/CPP/7zip/Bundles/LzmaCon/ |
D | LzmaAlone.cpp | 126 int codePage = CP_OEMCP; in Convert_UString_to_AString()
|
/external/lzma/CPP/7zip/UI/Client7z/ |
D | Client7z.cpp | 70 int codePage = CP_OEMCP; in Convert_UString_to_AString()
|
/external/python/cpython3/Doc/library/ |
D | codecs.rst | 1283 | | | 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/rust/crates/libsqlite3-sys/sqlite3/ |
D | sqlite3.c | 43043 osAreFileApisANSI() ? CP_ACP : CP_OEMCP, 0, zBuf, 43417 int codepage = useAnsi ? CP_ACP : CP_OEMCP; 43446 int codepage = useAnsi ? CP_ACP : CP_OEMCP;
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 42955 osAreFileApisANSI() ? CP_ACP : CP_OEMCP, 0, zBuf, 43329 int codepage = useAnsi ? CP_ACP : CP_OEMCP; 43358 int codepage = useAnsi ? CP_ACP : CP_OEMCP;
|
/external/sqlite/dist/ |
D | sqlite3.c | 42971 osAreFileApisANSI() ? CP_ACP : CP_OEMCP, 0, zBuf, 43345 int codepage = useAnsi ? CP_ACP : CP_OEMCP; 43374 int codepage = useAnsi ? CP_ACP : CP_OEMCP;
|