Searched refs:codepage (Results 1 – 14 of 14) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/tools/llvm-rc/ |
| H A D | WindresOpts.td | 47 defm codepage : LongShort<"c", "codepage", "Default codepage to use">;
|
| H A D | Opts.td | 37 def codepage : JS<"C", "Set the codepage used for input strings.">;
|
| /openbsd-src/gnu/usr.bin/binutils/binutils/ |
| H A D | rescoff.c | 94 bfd_byte codepage[4]; member 339 r->coff_info.codepage = getfi_32 (finfo, erd->codepage); in read_coff_data_entry() 735 putcwi_32 (cwi, res->coff_info.codepage, erd->codepage); in coff_res_to_bin()
|
| H A D | windres.h | 148 unsigned long codepage; member
|
| H A D | resrc.c | 1741 if (res->coff_info.codepage != 0) in write_rc_resource() 1742 fprintf (e, "// Code page: %lu\n", res->coff_info.codepage); in write_rc_resource()
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/binutils/ |
| H A D | rescoff.c | 94 bfd_byte codepage[4]; member 339 r->coff_info.codepage = getfi_32 (finfo, erd->codepage); in read_coff_data_entry() 735 putcwi_32 (cwi, res->coff_info.codepage, erd->codepage); in coff_res_to_bin()
|
| H A D | windres.h | 149 unsigned long codepage; member
|
| H A D | resrc.c | 1775 if (res->coff_info.codepage != 0) in write_rc_resource() 1776 fprintf (e, "// Code page: %lu\n", res->coff_info.codepage); in write_rc_resource()
|
| /openbsd-src/gnu/llvm/llvm/lib/Support/Windows/ |
| H A D | Path.inc | 1492 std::error_code CodePageToUTF16(unsigned codepage, llvm::StringRef original, 1496 ::MultiByteToWideChar(codepage, MB_ERR_INVALID_CHARS, original.begin(), 1507 ::MultiByteToWideChar(codepage, MB_ERR_INVALID_CHARS, original.begin(), 1532 static std::error_code UTF16ToCodePage(unsigned codepage, const wchar_t *utf16, 1537 int len = ::WideCharToMultiByte(codepage, 0, utf16, utf16_len, 1548 len = ::WideCharToMultiByte(codepage, 0, utf16, utf16_len, converted.data(),
|
| /openbsd-src/gnu/llvm/libcxx/src/filesystem/ |
| H A D | operations.cpp | 2022 UINT codepage = AreFileApisANSI() ? CP_ACP : CP_OEMCP; in __wide_to_char() local 2024 int ret = WideCharToMultiByte(codepage, 0, str.data(), str.size(), out, in __wide_to_char() 2035 UINT codepage = AreFileApisANSI() ? CP_ACP : CP_OEMCP; in __char_to_wide() local 2036 int ret = MultiByteToWideChar(codepage, MB_ERR_INVALID_CHARS, str.data(), in __char_to_wide()
|
| /openbsd-src/gnu/usr.bin/perl/pod/ |
| H A D | perl5100delta.pod | 288 filename contains characters outside the ANSI codepage. Similarly 291 represented in the ANSI codepage. This will not be true for all other file 293 codepage, so some files on FAT volumes remain inaccessible through the 297 sure all paths are valid in the ANSI codepage (if possible). 301 the name into the ANSI codepage. The new Win32::GetANSIPathName() 303 long one cannot be represented in the ANSI codepage.
|
| H A D | perl5340delta.pod | 1056 Reading non-ASCII characters from the console when its codepage was set to
|
| H A D | perl589delta.pod | 2203 filename if the long name is outside the current codepage (Jan Dubois).
|
| H A D | perl5180delta.pod | 2202 outside of the current ANSI codepage (e.g. see the item about Unicode in
|