Home
last modified time | relevance | path

Searched refs:to_cp (Results 1 – 25 of 39) sorted by relevance

12

/dports/audio/julius/julius-4.1.2/julius/
H A Dcharconv_win32.c56 static unsigned int to_cp; ///< Target codepage variable
130 to_cp = CP_ACP; in charconv_win32_setup()
133 to_cp = CP_MACCP; in charconv_win32_setup()
136 to_cp = CP_OEMCP; in charconv_win32_setup()
139 to_cp = CP_UTF7; in charconv_win32_setup()
142 to_cp = CP_UTF8; in charconv_win32_setup()
148 to_cp = 932; in charconv_win32_setup()
151 to_cp = atoi(tocode); in charconv_win32_setup()
152 if (! IsValidCodePage(to_cp)) { in charconv_win32_setup()
153 jlog("Error: charconv_win32: codepage #%d not found\n", to_cp); in charconv_win32_setup()
[all …]
/dports/editors/biew/biew-610/biewlib/sysdep/generic/unix/
H A Dnls.c139 static char to_cp[256]; in nls_get_screen_cp() local
140 strcpy(to_cp,"UTF-8"); in nls_get_screen_cp()
146 if(nls) strcpy(to_cp,nls+1); in nls_get_screen_cp()
150 return to_cp; in nls_get_screen_cp()
153 void* nls_init(const char *to_cp,const char *src_cp) { in nls_init() argument
157 ic=iconv_open(to_cp,src_cp); in nls_init()
159 printm("ICONV(%s,%s): Open with error: %s\n",to_cp,src_cp,strerror(errno)); in nls_init()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/oops/
H A DconstantPool.cpp1158 to_cp->set_operands(new_ops); in copy_operands()
1198 to_cp->set_operands(new_operands); in copy_operands()
1231 copy_operands(from_cp, to_cp, CHECK); in copy_cp_to_impl()
1247 to_cp->klass_at_put(to_i, k); in copy_entry_to()
1253 to_cp->klass_index_at_put(to_i, ki); in copy_entry_to()
1259 to_cp->double_at_put(to_i, d); in copy_entry_to()
1274 to_cp->float_at_put(to_i, f); in copy_entry_to()
1280 to_cp->int_at_put(to_i, i); in copy_entry_to()
1293 to_cp->long_at_put(to_i, l); in copy_entry_to()
1315 to_cp->string_index_at_put(to_i, si); in copy_entry_to()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/oops/
H A DconstantPool.cpp1158 to_cp->set_operands(new_ops); in copy_operands()
1198 to_cp->set_operands(new_operands); in copy_operands()
1231 copy_operands(from_cp, to_cp, CHECK); in copy_cp_to_impl()
1247 to_cp->klass_at_put(to_i, k); in copy_entry_to()
1253 to_cp->klass_index_at_put(to_i, ki); in copy_entry_to()
1259 to_cp->double_at_put(to_i, d); in copy_entry_to()
1274 to_cp->float_at_put(to_i, f); in copy_entry_to()
1280 to_cp->int_at_put(to_i, i); in copy_entry_to()
1293 to_cp->long_at_put(to_i, l); in copy_entry_to()
1315 to_cp->string_index_at_put(to_i, si); in copy_entry_to()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/oops/
H A DconstantPool.cpp1593 to_cp->set_operands(new_ops); in copy_operands()
1633 to_cp->set_operands(new_operands); in copy_operands()
1666 copy_operands(from_cp, to_cp, CHECK); in copy_cp_to_impl()
1682 to_cp->klass_index_at_put(to_i, ki); in copy_entry_to()
1688 to_cp->double_at_put(to_i, d); in copy_entry_to()
1703 to_cp->float_at_put(to_i, f); in copy_entry_to()
1709 to_cp->int_at_put(to_i, i); in copy_entry_to()
1722 to_cp->long_at_put(to_i, l); in copy_entry_to()
1744 to_cp->string_index_at_put(to_i, si); in copy_entry_to()
1760 to_cp->unresolved_string_at_put(to_i, s); in copy_entry_to()
[all …]
H A DconstantPool.hpp890 void copy_cp_to(int start_i, int end_i, const constantPoolHandle& to_cp, int to_i, TRAPS) { in copy_cp_to() argument
892 copy_cp_to_impl(h_this, start_i, end_i, to_cp, to_i, THREAD); in copy_cp_to()
894 …tantPoolHandle& from_cp, int start_i, int end_i, const constantPoolHandle& to_cp, int to_i, TRAPS);
895 …o(const constantPoolHandle& from_cp, int from_i, const constantPoolHandle& to_cp, int to_i, TRAPS);
896 …static void copy_operands(const constantPoolHandle& from_cp, const constantPoolHandle& to_cp, TRAP…
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/oops/
H A DconstantPool.cpp1593 to_cp->set_operands(new_ops); in copy_operands()
1633 to_cp->set_operands(new_operands); in copy_operands()
1666 copy_operands(from_cp, to_cp, CHECK); in copy_cp_to_impl()
1682 to_cp->klass_index_at_put(to_i, ki); in copy_entry_to()
1688 to_cp->double_at_put(to_i, d); in copy_entry_to()
1703 to_cp->float_at_put(to_i, f); in copy_entry_to()
1709 to_cp->int_at_put(to_i, i); in copy_entry_to()
1722 to_cp->long_at_put(to_i, l); in copy_entry_to()
1744 to_cp->string_index_at_put(to_i, si); in copy_entry_to()
1760 to_cp->unresolved_string_at_put(to_i, s); in copy_entry_to()
[all …]
H A DconstantPool.hpp890 void copy_cp_to(int start_i, int end_i, const constantPoolHandle& to_cp, int to_i, TRAPS) { in copy_cp_to() argument
892 copy_cp_to_impl(h_this, start_i, end_i, to_cp, to_i, THREAD); in copy_cp_to()
894 …tantPoolHandle& from_cp, int start_i, int end_i, const constantPoolHandle& to_cp, int to_i, TRAPS);
895 …o(const constantPoolHandle& from_cp, int from_i, const constantPoolHandle& to_cp, int to_i, TRAPS);
896 …static void copy_operands(const constantPoolHandle& from_cp, const constantPoolHandle& to_cp, TRAP…
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/oops/
H A DconstantPool.cpp1483 to_cp->set_operands(new_ops); in copy_operands()
1523 to_cp->set_operands(new_operands); in copy_operands()
1556 copy_operands(from_cp, to_cp, CHECK); in copy_cp_to_impl()
1572 to_cp->klass_index_at_put(to_i, ki); in copy_entry_to()
1578 to_cp->double_at_put(to_i, d); in copy_entry_to()
1593 to_cp->float_at_put(to_i, f); in copy_entry_to()
1599 to_cp->int_at_put(to_i, i); in copy_entry_to()
1612 to_cp->long_at_put(to_i, l); in copy_entry_to()
1634 to_cp->string_index_at_put(to_i, si); in copy_entry_to()
1650 to_cp->unresolved_string_at_put(to_i, s); in copy_entry_to()
[all …]
H A DconstantPool.hpp884 void copy_cp_to(int start_i, int end_i, const constantPoolHandle& to_cp, int to_i, TRAPS) { in copy_cp_to() argument
886 copy_cp_to_impl(h_this, start_i, end_i, to_cp, to_i, THREAD); in copy_cp_to()
888 …tantPoolHandle& from_cp, int start_i, int end_i, const constantPoolHandle& to_cp, int to_i, TRAPS);
889 …o(const constantPoolHandle& from_cp, int from_i, const constantPoolHandle& to_cp, int to_i, TRAPS);
890 …static void copy_operands(const constantPoolHandle& from_cp, const constantPoolHandle& to_cp, TRAP…
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/oops/
H A DconstantPool.cpp1514 to_cp->set_operands(new_ops); in copy_operands()
1554 to_cp->set_operands(new_operands); in copy_operands()
1587 copy_operands(from_cp, to_cp, CHECK); in copy_cp_to_impl()
1603 to_cp->klass_index_at_put(to_i, ki); in copy_entry_to()
1609 to_cp->double_at_put(to_i, d); in copy_entry_to()
1624 to_cp->float_at_put(to_i, f); in copy_entry_to()
1630 to_cp->int_at_put(to_i, i); in copy_entry_to()
1643 to_cp->long_at_put(to_i, l); in copy_entry_to()
1665 to_cp->string_index_at_put(to_i, si); in copy_entry_to()
1681 to_cp->unresolved_string_at_put(to_i, s); in copy_entry_to()
[all …]
H A DconstantPool.hpp915 void copy_cp_to(int start_i, int end_i, const constantPoolHandle& to_cp, int to_i, TRAPS) { in copy_cp_to() argument
917 copy_cp_to_impl(h_this, start_i, end_i, to_cp, to_i, THREAD); in copy_cp_to()
919 …tantPoolHandle& from_cp, int start_i, int end_i, const constantPoolHandle& to_cp, int to_i, TRAPS);
920 …o(const constantPoolHandle& from_cp, int from_i, const constantPoolHandle& to_cp, int to_i, TRAPS);
921 …static void copy_operands(const constantPoolHandle& from_cp, const constantPoolHandle& to_cp, TRAP…
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/oops/
H A DconstantPool.cpp1533 to_cp->set_operands(new_ops); in copy_operands()
1573 to_cp->set_operands(new_operands); in copy_operands()
1606 copy_operands(from_cp, to_cp, CHECK); in copy_cp_to_impl()
1621 to_cp->klass_index_at_put(to_i, ki); in copy_entry_to()
1627 to_cp->double_at_put(to_i, d); in copy_entry_to()
1642 to_cp->float_at_put(to_i, f); in copy_entry_to()
1648 to_cp->int_at_put(to_i, i); in copy_entry_to()
1661 to_cp->long_at_put(to_i, l); in copy_entry_to()
1683 to_cp->string_index_at_put(to_i, si); in copy_entry_to()
1699 to_cp->unresolved_string_at_put(to_i, s); in copy_entry_to()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/oops/
H A DconstantPool.cpp1591 to_cp->set_operands(new_ops); in copy_operands()
1631 to_cp->set_operands(new_operands); in copy_operands()
1664 copy_operands(from_cp, to_cp, CHECK); in copy_cp_to_impl()
1680 to_cp->klass_index_at_put(to_i, ki); in copy_entry_to()
1686 to_cp->double_at_put(to_i, d); in copy_entry_to()
1701 to_cp->float_at_put(to_i, f); in copy_entry_to()
1707 to_cp->int_at_put(to_i, i); in copy_entry_to()
1720 to_cp->long_at_put(to_i, l); in copy_entry_to()
1742 to_cp->string_index_at_put(to_i, si); in copy_entry_to()
1758 to_cp->unresolved_string_at_put(to_i, s); in copy_entry_to()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/oops/
H A DconstantPool.cpp1509 to_cp->set_operands(new_ops); in copy_operands()
1549 to_cp->set_operands(new_operands); in copy_operands()
1582 copy_operands(from_cp, to_cp, CHECK); in copy_cp_to_impl()
1598 to_cp->klass_index_at_put(to_i, ki); in copy_entry_to()
1604 to_cp->double_at_put(to_i, d); in copy_entry_to()
1619 to_cp->float_at_put(to_i, f); in copy_entry_to()
1625 to_cp->int_at_put(to_i, i); in copy_entry_to()
1638 to_cp->long_at_put(to_i, l); in copy_entry_to()
1660 to_cp->string_index_at_put(to_i, si); in copy_entry_to()
1676 to_cp->unresolved_string_at_put(to_i, s); in copy_entry_to()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/oops/
H A DconstantPool.cpp1486 to_cp->set_operands(new_ops); in copy_operands()
1526 to_cp->set_operands(new_operands); in copy_operands()
1559 copy_operands(from_cp, to_cp, CHECK); in copy_cp_to_impl()
1575 to_cp->klass_index_at_put(to_i, ki); in copy_entry_to()
1581 to_cp->double_at_put(to_i, d); in copy_entry_to()
1596 to_cp->float_at_put(to_i, f); in copy_entry_to()
1602 to_cp->int_at_put(to_i, i); in copy_entry_to()
1615 to_cp->long_at_put(to_i, l); in copy_entry_to()
1637 to_cp->string_index_at_put(to_i, si); in copy_entry_to()
1653 to_cp->unresolved_string_at_put(to_i, s); in copy_entry_to()
[all …]
/dports/sysutils/gsmartcontrol/gsmartcontrol-1.1.3/src/hz/
H A Dwin32_tools.h109 inline char* win32_utf16_to_user(UINT to_cp, const wchar_t* utf16_str, unsigned int* returned_buf_s…
622 inline char* win32_utf16_to_user(UINT to_cp, const wchar_t* utf16_str, unsigned int* returned_buf_s… in win32_utf16_to_user() argument
627 int buf_size = WideCharToMultiByte(to_cp, 0, utf16_str, -1, 0, 0, 0, 0); in win32_utf16_to_user()
633 int conv_size = WideCharToMultiByte(to_cp, 0, utf16_str, -1, res, buf_size, 0, 0); in win32_utf16_to_user()
/dports/www/elinks/elinks-0.11.7/src/document/
H A Drenderer.h14 struct conv_table *get_convert_table(unsigned char *head, int to_cp, int default_cp, int *from_cp, …
H A Drenderer.c539 get_convert_table(unsigned char *head, int to_cp, in get_convert_table() argument
552 return get_translation_table(default_cp, to_cp); in get_convert_table()
604 return get_translation_table(cp_index, to_cp); in get_convert_table()
/dports/graphics/aseprite/aseprite-1.2.9/third_party/libarchive/libarchive/
H A Darchive_string.c83 unsigned to_cp; member
673 UINT to_cp; in archive_string_append_from_wcs_in_codepage() local
677 to_cp = sc->to_cp; in archive_string_append_from_wcs_in_codepage()
679 to_cp = get_current_codepage(); in archive_string_append_from_wcs_in_codepage()
681 if (to_cp == CP_C_LOCALE) { in archive_string_append_from_wcs_in_codepage()
1146 if (IsValidCodePage(sc->to_cp)) in create_sconv_object()
1154 sc->to_cp = current_codepage; in create_sconv_object()
1187 if (sc->to_cp == CP_UTF8) in create_sconv_object()
1189 else if (sc->to_cp == CP_UTF16BE) in create_sconv_object()
2150 codepage = sc->to_cp; in invalid_mbs()
[all …]
/dports/archivers/libarchive/libarchive-3.5.2/libarchive/
H A Darchive_string.c86 unsigned to_cp; member
682 UINT to_cp; in archive_string_append_from_wcs_in_codepage() local
686 to_cp = sc->to_cp; in archive_string_append_from_wcs_in_codepage()
688 to_cp = get_current_codepage(); in archive_string_append_from_wcs_in_codepage()
690 if (to_cp == CP_C_LOCALE) { in archive_string_append_from_wcs_in_codepage()
1157 if (IsValidCodePage(sc->to_cp)) in create_sconv_object()
1165 sc->to_cp = current_codepage; in create_sconv_object()
1198 if (sc->to_cp == CP_UTF8) in create_sconv_object()
1200 else if (sc->to_cp == CP_UTF16BE) in create_sconv_object()
2163 codepage = sc->to_cp; in invalid_mbs()
[all …]
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/innobase/xtrabackup/src/libarchive/libarchive/
H A Darchive_string.c83 unsigned to_cp; member
671 UINT to_cp; in archive_string_append_from_wcs_in_codepage() local
675 to_cp = sc->to_cp; in archive_string_append_from_wcs_in_codepage()
677 to_cp = get_current_codepage(); in archive_string_append_from_wcs_in_codepage()
679 if (to_cp == CP_C_LOCALE) { in archive_string_append_from_wcs_in_codepage()
1144 if (IsValidCodePage(sc->to_cp)) in create_sconv_object()
1152 sc->to_cp = current_codepage; in create_sconv_object()
1185 if (sc->to_cp == CP_UTF8) in create_sconv_object()
1187 else if (sc->to_cp == CP_UTF16BE) in create_sconv_object()
2148 codepage = sc->to_cp; in invalid_mbs()
[all …]
/dports/devel/cmake-gui/cmake-3.22.1/Utilities/cmlibarchive/libarchive/
H A Darchive_string.c86 unsigned to_cp; member
682 UINT to_cp; in archive_string_append_from_wcs_in_codepage() local
686 to_cp = sc->to_cp; in archive_string_append_from_wcs_in_codepage()
688 to_cp = get_current_codepage(); in archive_string_append_from_wcs_in_codepage()
690 if (to_cp == CP_C_LOCALE) { in archive_string_append_from_wcs_in_codepage()
1157 if (IsValidCodePage(sc->to_cp)) in create_sconv_object()
1165 sc->to_cp = current_codepage; in create_sconv_object()
1198 if (sc->to_cp == CP_UTF8) in create_sconv_object()
1200 else if (sc->to_cp == CP_UTF16BE) in create_sconv_object()
2163 codepage = sc->to_cp; in invalid_mbs()
[all …]
/dports/devel/cmake-doc/cmake-3.22.1/Utilities/cmlibarchive/libarchive/
H A Darchive_string.c86 unsigned to_cp; member
682 UINT to_cp; in archive_string_append_from_wcs_in_codepage() local
686 to_cp = sc->to_cp; in archive_string_append_from_wcs_in_codepage()
688 to_cp = get_current_codepage(); in archive_string_append_from_wcs_in_codepage()
690 if (to_cp == CP_C_LOCALE) { in archive_string_append_from_wcs_in_codepage()
1157 if (IsValidCodePage(sc->to_cp)) in create_sconv_object()
1165 sc->to_cp = current_codepage; in create_sconv_object()
1198 if (sc->to_cp == CP_UTF8) in create_sconv_object()
1200 else if (sc->to_cp == CP_UTF16BE) in create_sconv_object()
2163 codepage = sc->to_cp; in invalid_mbs()
[all …]
/dports/devel/cmake/cmake-3.22.1/Utilities/cmlibarchive/libarchive/
H A Darchive_string.c86 unsigned to_cp; member
682 UINT to_cp; in archive_string_append_from_wcs_in_codepage() local
686 to_cp = sc->to_cp; in archive_string_append_from_wcs_in_codepage()
688 to_cp = get_current_codepage(); in archive_string_append_from_wcs_in_codepage()
690 if (to_cp == CP_C_LOCALE) { in archive_string_append_from_wcs_in_codepage()
1157 if (IsValidCodePage(sc->to_cp)) in create_sconv_object()
1165 sc->to_cp = current_codepage; in create_sconv_object()
1198 if (sc->to_cp == CP_UTF8) in create_sconv_object()
1200 else if (sc->to_cp == CP_UTF16BE) in create_sconv_object()
2163 codepage = sc->to_cp; in invalid_mbs()
[all …]

12