Searched refs:iconv_open (Results 1 - 10 of 10) sorted by relevance

/haiku-buildtools/gcc/libstdc++-v3/testsuite/performance/22_locale/
H A Dwchar_t_out.cc42 iconv_t cd = iconv_open(nl_langinfo(CODESET), "WCHAR_T");
H A Dwchar_t_in.cc42 iconv_t cd = iconv_open("WCHAR_T", nl_langinfo(CODESET));
/haiku-buildtools/gcc/libstdc++-v3/include/ext/
H A Dcodecvt_specializations.h163 _M_in_desc = iconv_open(_M_int_enc.c_str(), _M_ext_enc.c_str());
170 _M_out_desc = iconv_open(_M_ext_enc.c_str(), _M_int_enc.c_str());
/haiku-buildtools/binutils/binutils/
H A Dwinduni.c774 iconv_t cd = iconv_open ("UTF-16LE", iconv_name);
847 iconv_t cd = iconv_open (iconv_name, "UTF-16LE");
/haiku-buildtools/gcc/intl/
H A Dloadmsgcat.c863 domain->conv = iconv_open (outcharset, charset);
869 domain->conv = iconv_open (outcharset, charset);
/haiku-buildtools/binutils/intl/
H A Dloadmsgcat.c863 domain->conv = iconv_open (outcharset, charset);
869 domain->conv = iconv_open (outcharset, charset);
/haiku-buildtools/gcc/gcc/
H A Dpretty-print.c1084 iconv_t cd = iconv_open (locale_encoding, "UTF-8");
/haiku-buildtools/gcc/libcpp/
H A Dcharset.c71 /* Make certain that the uses of iconv(), iconv_open(), iconv_close()
74 #define iconv_open(x, y) (errno = EINVAL, (iconv_t)-1) macro
631 iconv_open() fails, issue an error and return an identity
667 ret.cd = iconv_open (to, from);
677 cpp_errno (pfile, CPP_DL_ERROR, "iconv_open");
/haiku-buildtools/gcc/gcc/testsuite/lib/
H A Dtarget-supports.exp1167 cd = iconv_open ("$test_what", "UTF-8");
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/
H A Dpr65240.h2302 extern iconv_t iconv_open (const char *__tocode, const char *__fromcode);

Completed in 169 milliseconds