Searched refs:codepage (Results 1 - 25 of 30) sorted by relevance

12

/netbsd-current/external/bsd/libpcap/dist/
H A Dcharconv.h39 extern wchar_t *cp_to_utf_16le(UINT codepage, const char *cp_string, DWORD flags);
40 extern char *utf_16le_to_cp(UINT codepage, const wchar_t *utf16le_string);
H A Dcharconv.c44 cp_to_utf_16le(UINT codepage, const char *cp_string, DWORD flags) argument
53 utf16le_len = MultiByteToWideChar(codepage, flags, cp_string, -1,
78 utf16le_len = MultiByteToWideChar(codepage, flags, cp_string, -1,
96 utf_16le_to_cp(UINT codepage, const wchar_t *utf16le_string) argument
107 cp_len = WideCharToMultiByte(codepage, WC_COMPOSITECHECK,
132 cp_len = WideCharToMultiByte(codepage, WC_COMPOSITECHECK,
/netbsd-current/external/mit/expat/bin/xmlwf/
H A DMakefile9 SRCS= codepage.c unixfilemap.c xmlfile.c xmlwf.c
/netbsd-current/external/mit/expat/dist/xmlwf/
H A DMakefile.am37 codepage.c \
51 codepage.h \
H A DMakefile.in148 xmlwf-codepage.$(OBJEXT) xmlwf-@FILEMAP@.$(OBJEXT)
174 ./$(DEPDIR)/xmlwf-codepage.Po ./$(DEPDIR)/xmlwf-xmlfile.Po \
373 codepage.c \
379 codepage.h \
484 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xmlwf-codepage.Po@am__quote@ # am--include-marker
543 xmlwf-codepage.o: codepage.c
544 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xmlwf_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xmlwf-codepage.o -MD -MP -MF $(DEPDIR)/xmlwf-codepage.Tpo -c -o xmlwf-codepage
[all...]
/netbsd-current/external/gpl3/binutils/dist/binutils/
H A Dwinduni.h98 /* Specifies the default codepage to be used for unicode
102 /* Specifies the currently used codepage for unicode
120 rc_uint_type codepage; member in struct:local_iconv_map
130 /* Convert an unicode string to an codepage string. */
H A Dwinduni.c179 /* Specifies the default codepage to be used for unicode
183 /* Specifies the currently used codepage for unicode
553 /* If codepage data for an LCID is not installed on users's system,
573 /* If codepage data for an LCID is not installed on users's system,
591 /* If codepage data for an LCID is not installed on users's system,
609 /* If codepage data for an LCID is not installed on users's system,
651 for (i = 0; codepages[i].codepage != (rc_uint_type) -1 && codepages[i].codepage != cp; i++)
653 if (codepages[i].codepage == (rc_uint_type) -1)
660 lim.codepage
[all...]
H A Drescoff.c93 bfd_byte codepage[4]; member in struct:extern_res_data
359 r->coff_info.codepage = windres_get_32 (wrbfd, erd->codepage, 4);
749 windres_put_32 (cwi->wrbfd, erd->codepage, res->coff_info.codepage);
H A Dwindint.h218 rc_uint_type codepage; member in struct:rc_res_coff_info
/netbsd-current/external/gpl3/gdb.old/dist/binutils/
H A Dwinduni.h98 /* Specifies the default codepage to be used for unicode
102 /* Specifies the currently used codepage for unicode
120 rc_uint_type codepage; member in struct:local_iconv_map
130 /* Convert an unicode string to an codepage string. */
H A Dwinduni.c179 /* Specifies the default codepage to be used for unicode
183 /* Specifies the currently used codepage for unicode
553 /* If codepage data for an LCID is not installed on users's system,
573 /* If codepage data for an LCID is not installed on users's system,
591 /* If codepage data for an LCID is not installed on users's system,
609 /* If codepage data for an LCID is not installed on users's system,
651 for (i = 0; codepages[i].codepage != (rc_uint_type) -1 && codepages[i].codepage != cp; i++)
653 if (codepages[i].codepage == (rc_uint_type) -1)
660 lim.codepage
[all...]
H A Drescoff.c93 bfd_byte codepage[4]; member in struct:extern_res_data
359 r->coff_info.codepage = windres_get_32 (wrbfd, erd->codepage, 4);
749 windres_put_32 (cwi->wrbfd, erd->codepage, res->coff_info.codepage);
H A Dwindint.h218 rc_uint_type codepage; member in struct:rc_res_coff_info
/netbsd-current/external/gpl3/binutils.old/dist/binutils/
H A Dwinduni.h98 /* Specifies the default codepage to be used for unicode
102 /* Specifies the currently used codepage for unicode
120 rc_uint_type codepage; member in struct:local_iconv_map
130 /* Convert an unicode string to an codepage string. */
H A Dwinduni.c179 /* Specifies the default codepage to be used for unicode
183 /* Specifies the currently used codepage for unicode
553 /* If codepage data for an LCID is not installed on users's system,
573 /* If codepage data for an LCID is not installed on users's system,
591 /* If codepage data for an LCID is not installed on users's system,
609 /* If codepage data for an LCID is not installed on users's system,
651 for (i = 0; codepages[i].codepage != (rc_uint_type) -1 && codepages[i].codepage != cp; i++)
653 if (codepages[i].codepage == (rc_uint_type) -1)
660 lim.codepage
[all...]
H A Drescoff.c93 bfd_byte codepage[4]; member in struct:extern_res_data
359 r->coff_info.codepage = windres_get_32 (wrbfd, erd->codepage, 4);
749 windres_put_32 (cwi->wrbfd, erd->codepage, res->coff_info.codepage);
H A Dwindint.h218 rc_uint_type codepage; member in struct:rc_res_coff_info
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/libdruntime/rt/
H A Ddmain2.d620 uint codepage = GetConsoleOutputCP();
621 int slen = WideCharToMultiByte(codepage, 0,
626 WideCharToMultiByte(codepage, 0,
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/rt/
H A Ddmain2.d653 uint codepage = GetConsoleOutputCP();
654 int slen = WideCharToMultiByte(codepage, 0,
659 WideCharToMultiByte(codepage, 0,
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/Windows/
H A DPath.inc1486 std::error_code CodePageToUTF16(unsigned codepage,
1490 int len = ::MultiByteToWideChar(codepage, MB_ERR_INVALID_CHARS, original.begin(),
1500 len = ::MultiByteToWideChar(codepage, MB_ERR_INVALID_CHARS, original.begin(),
1526 std::error_code UTF16ToCodePage(unsigned codepage, const wchar_t *utf16,
1531 int len = ::WideCharToMultiByte(codepage, 0, utf16, utf16_len, converted.begin(),
1542 len = ::WideCharToMultiByte(codepage, 0, utf16, utf16_len, converted.data(),
/netbsd-current/external/apache2/llvm/dist/libcxx/src/filesystem/
H A Doperations.cpp1909 UINT codepage = AreFileApisANSI() ? CP_ACP : CP_OEMCP; local
1911 int ret = WideCharToMultiByte(codepage, 0, str.data(), str.size(), out,
1922 UINT codepage = AreFileApisANSI() ? CP_ACP : CP_OEMCP; local
1923 int ret = MultiByteToWideChar(codepage, MB_ERR_INVALID_CHARS, str.data(),
/netbsd-current/external/bsd/libarchive/dist/libarchive/
H A Darchive_string.c2164 unsigned codepage; local
2168 codepage = sc->to_cp;
2170 codepage = sc->from_cp;
2172 if (codepage == CP_C_LOCALE)
2174 if (codepage != CP_UTF8)
2177 if (MultiByteToWideChar(codepage, mbflag, p, (int)n, NULL, 0) == 0)
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A DpeXXigen.c3260 unsigned int codepage;
3355 entry->value.leaf->codepage = bfd_get_32 (abfd, data + 8);
3488 bfd_put_32 (data->abfd, leaf->codepage, data->next_leaf + 8);
3256 unsigned int codepage; member in struct:rsrc_leaf
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A DpeXXigen.c3204 unsigned int codepage;
3299 entry->value.leaf->codepage = bfd_get_32 (abfd, data + 8);
3432 bfd_put_32 (data->abfd, leaf->codepage, data->next_leaf + 8);
3200 unsigned int codepage; member in struct:rsrc_leaf
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A DpeXXigen.c3260 unsigned int codepage;
3355 entry->value.leaf->codepage = bfd_get_32 (abfd, data + 8);
3488 bfd_put_32 (data->abfd, leaf->codepage, data->next_leaf + 8);
3256 unsigned int codepage; member in struct:rsrc_leaf

Completed in 218 milliseconds

12