| /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. */
|
| 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
|
| /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. */
|
| 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
|
| /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...] |