| /src/external/bsd/libpcap/dist/ |
| charconv.h | 39 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);
|
| charconv.c | 44 cp_to_utf_16le(UINT codepage, const char *cp_string, DWORD flags) 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) 107 cp_len = WideCharToMultiByte(codepage, WC_COMPOSITECHECK, 132 cp_len = WideCharToMultiByte(codepage, WC_COMPOSITECHECK,
|
| /src/external/mit/expat/bin/xmlwf/ |
| Makefile | 9 SRCS= codepage.c unixfilemap.c xmlfile.c xmlwf.c
|
| /src/external/mit/expat/dist/xmlwf/ |
| Makefile.am | 37 codepage.c \ 51 codepage.h \
|
| /src/external/gpl3/binutils/dist/binutils/ |
| winduni.h | 98 /* 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 126 /* Convert an Codepage string to a unicode string. */ 130 /* Convert an unicode string to an codepage string. */
|
| winduni.c | 179 /* 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 = cp [all...] |
| rescoff.c | 93 bfd_byte codepage[4]; member in struct:extern_res_data 438 r->coff_info.codepage = windres_get_32 (wrbfd, erd->codepage); 912 windres_put_32 (cwi->wrbfd, erd->codepage, res->coff_info.codepage);
|
| windint.h | 218 rc_uint_type codepage; member in struct:rc_res_coff_info
|
| resrc.c | 2267 if (res->coff_info.codepage != 0) 2268 wr_printcomment (e, "Code page: %u", res->coff_info.codepage);
|
| /src/external/gpl3/binutils.old/dist/binutils/ |
| winduni.h | 98 /* 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 126 /* Convert an Codepage string to a unicode string. */ 130 /* Convert an unicode string to an codepage string. */
|
| winduni.c | 179 /* 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 = cp [all...] |
| rescoff.c | 93 bfd_byte codepage[4]; member in struct:extern_res_data 430 r->coff_info.codepage = windres_get_32 (wrbfd, erd->codepage); 898 windres_put_32 (cwi->wrbfd, erd->codepage, res->coff_info.codepage);
|
| windint.h | 218 rc_uint_type codepage; member in struct:rc_res_coff_info
|
| resrc.c | 2267 if (res->coff_info.codepage != 0) 2268 wr_printcomment (e, "Code page: %u", res->coff_info.codepage);
|
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/rt/ |
| dmain2.d | 653 uint codepage = GetConsoleOutputCP(); 654 int slen = WideCharToMultiByte(codepage, 0, 659 WideCharToMultiByte(codepage, 0,
|
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/windows/ |
| richedit.d | 566 UINT codepage; 590 UINT codepage;
|
| /src/external/apache2/llvm/dist/llvm/lib/Support/Windows/ |
| Path.inc | 1486 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(),
|
| /src/external/apache2/llvm/dist/libcxx/src/filesystem/ |
| operations.cpp | 1909 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(),
|
| /src/external/bsd/libarchive/dist/libarchive/ |
| archive_string.c | 1386 * Translate Charset name (as used by iconv) into CodePage (as used by Windows) 1657 * POSIX platform does not use CodePage. 2181 * Translate a string from a some CodePage to an another CodePage by 2221 unsigned codepage; local 2225 codepage = sc->to_cp; 2227 codepage = sc->from_cp; 2229 if (codepage == CP_C_LOCALE) 2231 if (codepage != CP_UTF8) 2236 if (MultiByteToWideChar(codepage, mbflag, p, (int)n, NULL, 0) == 0 [all...] |
| /src/external/gpl3/binutils/dist/bfd/ |
| peXXigen.c | 2380 fprintf (file, _("%03x %*.s Leaf: Addr: %#08lx, Size: %#08lx, Codepage: %d\n"), 3315 unsigned int codepage; 3410 entry->value.leaf->codepage = bfd_get_32 (abfd, data + 8); 3545 bfd_put_32 (data->abfd, leaf->codepage, data->next_leaf + 8); 3311 unsigned int codepage; member in struct:rsrc_leaf
|
| /src/external/gpl3/binutils.old/dist/bfd/ |
| peXXigen.c | 2368 fprintf (file, _("%03x %*.s Leaf: Addr: %#08lx, Size: %#08lx, Codepage: %d\n"), 3305 unsigned int codepage; 3400 entry->value.leaf->codepage = bfd_get_32 (abfd, data + 8); 3535 bfd_put_32 (data->abfd, leaf->codepage, data->next_leaf + 8); 3301 unsigned int codepage; member in struct:rsrc_leaf
|
| /src/external/gpl3/gdb/dist/bfd/ |
| peXXigen.c | 2363 fprintf (file, _("%03x %*.s Leaf: Addr: %#08lx, Size: %#08lx, Codepage: %d\n"), 3298 unsigned int codepage; 3393 entry->value.leaf->codepage = bfd_get_32 (abfd, data + 8); 3528 bfd_put_32 (data->abfd, leaf->codepage, data->next_leaf + 8); 3294 unsigned int codepage; member in struct:rsrc_leaf
|
| /src/external/gpl3/gdb.old/dist/bfd/ |
| peXXigen.c | 2362 fprintf (file, _("%03x %*.s Leaf: Addr: %#08lx, Size: %#08lx, Codepage: %d\n"), 3297 unsigned int codepage; 3392 entry->value.leaf->codepage = bfd_get_32 (abfd, data + 8); 3527 bfd_put_32 (data->abfd, leaf->codepage, data->next_leaf + 8); 3293 unsigned int codepage; member in struct:rsrc_leaf
|
| /src/external/public-domain/sqlite/dist/ |
| sqlite3.c | 4042 ** codepage is currently defined. Filenames containing international 48032 int codepage = useAnsi ? CP_ACP : CP_OEMCP; local 48061 int codepage = useAnsi ? CP_ACP : CP_OEMCP; local [all...] |