Home
last modified time | relevance | path

Searched refs:CodePage (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/common/
H A Dstring.d126 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 DResourceFileWriter.cpp148 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 DResourceFileWriter.h27 enum CodePage { enum
40 int CodePage = CpAcp; // The codepage for interpreting characters. member
H A Dllvm-rc.cpp476 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 Dfilename.d46 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 Dwinperf.d123 DWORD CodePage; member
H A Dsubauth.d204 USHORT CodePage; member
H A Dwinnls.d562 UINT CodePage;
572 UINT CodePage;
H A Dwinnt.d3426 DWORD CodePage;