Searched refs:CodePage (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/common/ |
H A D | string.d | 126 enum CodePage = CP_ACP; in version() local 131 …const requiredLength = MultiByteToWideChar(CodePage, 0, narrow.ptr, cast(int) narrow.length, buffe… in version() 139 …const length = MultiByteToWideChar(CodePage, 0, narrow.ptr, cast(int) narrow.length, buffer.ptr, r… in version()
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-rc/ |
H A D | ResourceFileWriter.cpp | 148 int CodePage) { in processString() argument 153 if (CodePage == CpUtf8) { in processString() 155 } else if (CodePage == CpWin1252) { in processString() 194 auto AddEscapedChar = [AddRes, IsLongString, CodePage](UTF16 Char) -> Error { in processString() 201 if (CodePage == CpUtf8) { in processString() 205 } else if (CodePage == CpWin1252) { in processString() 374 Params.CodePage)); in writeCString() 1271 IsLongString, Data, Params.CodePage)); in writeStringTableBundleBody() 1321 IsLongString, ProcessedString, Params.CodePage)); in writeUserDefinedBody()
|
H A D | ResourceFileWriter.h | 27 enum CodePage { enum 40 int CodePage = CpAcp; // The codepage for interpreting characters. member
|
H A D | llvm-rc.cpp | 476 Opts.Params.CodePage = CpWin1252; // Different default in parseWindresOptions() 479 .getAsInteger(10, Opts.Params.CodePage)) in parseWindresOptions() 548 .getAsInteger(10, Opts.Params.CodePage)) in parseRcOptions() 632 switch (Params.CodePage) { in doRc()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/root/ |
H A D | filename.d | 46 private enum CodePage = CP_ACP; in version() local 1148 …const requiredLength = WideCharToMultiByte(CodePage, 0, wide.ptr, cast(int) wide.length, buffer.pt… 1156 …const length = WideCharToMultiByte(CodePage, 0, wide.ptr, cast(int) wide.length, newBuffer, requir…
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/ |
H A D | winperf.d | 123 DWORD CodePage; member
|
H A D | subauth.d | 204 USHORT CodePage; member
|
H A D | winnls.d | 562 UINT CodePage; 572 UINT CodePage;
|
H A D | winnt.d | 3426 DWORD CodePage;
|