Home
last modified time | relevance | path

Searched refs:codepage (Results 1 – 14 of 14) sorted by relevance

/openbsd-src/gnu/llvm/llvm/tools/llvm-rc/
H A DWindresOpts.td47 defm codepage : LongShort<"c", "codepage", "Default codepage to use">;
H A DOpts.td37 def codepage : JS<"C", "Set the codepage used for input strings.">;
/openbsd-src/gnu/usr.bin/binutils/binutils/
H A Drescoff.c94 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 Dwindres.h148 unsigned long codepage; member
H A Dresrc.c1741 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 Drescoff.c94 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 Dwindres.h149 unsigned long codepage; member
H A Dresrc.c1775 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 DPath.inc1492 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 Doperations.cpp2022 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 Dperl5100delta.pod288 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 Dperl5340delta.pod1056 Reading non-ASCII characters from the console when its codepage was set to
H A Dperl589delta.pod2203 filename if the long name is outside the current codepage (Jan Dubois).
H A Dperl5180delta.pod2202 outside of the current ANSI codepage (e.g. see the item about Unicode in