Searched refs:iconv_open (Results 51 - 75 of 151) sorted by relevance

1234567

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libiconv-1.10/src/
H A Diconv.c348 cd = iconv_open(tocode,fromcode);
350 if (iconv_open("UCS-4",fromcode) == (iconv_t)(-1))
352 else if (iconv_open(tocode,"UCS-4") == (iconv_t)(-1))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/tests/
H A Dtest-striconveh.c57 iconv_t cd_ascii_to_88591 = iconv_open ("ISO-8859-1", "ASCII");
58 iconv_t cd_88591_to_88592 = iconv_open ("ISO-8859-2", "ISO-8859-1");
59 iconv_t cd_88592_to_88591 = iconv_open ("ISO-8859-1", "ISO-8859-2");
60 iconv_t cd_ascii_to_utf8 = iconv_open ("UTF-8", "ASCII");
61 iconv_t cd_88591_to_utf8 = iconv_open ("UTF-8", "ISO-8859-1");
62 iconv_t cd_utf8_to_88591 = iconv_open ("ISO-8859-1", "UTF-8");
63 iconv_t cd_88592_to_utf8 = iconv_open ("UTF-8", "ISO-8859-2");
64 iconv_t cd_utf8_to_88592 = iconv_open ("ISO-8859-2", "UTF-8");
65 iconv_t cd_utf7_to_utf8 = iconv_open ("UTF-8", "UTF-7");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A DMakefile96 $(top_srcdir)/gnulib-m4/iconv_open.m4 \
770 $(top_srcdir)/../build-aux/config.rpath iconv_open-aix.h \
771 iconv_open-hpux.h iconv_open-irix.h iconv_open-osf.h \
772 iconv.in.h iconv_open-aix.gperf iconv_open-hpux.gperf \
773 iconv_open-irix.gperf iconv_open-osf.gperf iconv_open
[all...]
H A Dstriconv.c422 cd = iconv_open (to_codeset, from_codeset);
449 /* This is a different error code than if iconv_open existed but didn't
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Drecode-sr-latin.c282 conv_to_utf8 = iconv_open ("UTF-8", locale_code);
284 conv_from_utf8 = iconv_open (locale_code, "UTF-8");
H A Dmsgl-iconv.c287 cd = iconv_open (canon_to_code, canon_from_code);
562 cd = iconv_open (canon_to_code, canon_from_code);
H A Dpo-charset.c547 po_lex_iconv = iconv_open ("UTF-8", po_lex_charset);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/src/
H A Diri.c138 l2u = iconv_open ("UTF-8", opt.locale);
274 cd = iconv_open ("UTF-8", i->uri_encoding);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libiconv-1.10/lib/
H A Diconv.c202 iconv_t iconv_open (const char* tocode, const char* fromcode) function
697 It wants to define the symbols 'iconv_open', 'iconv', 'iconv_close'. */
701 #undef iconv_open macro
704 strong_alias (libiconv_open, iconv_open)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/
H A Diconv.c200 simple iconv_open() wrapper
237 ret->cd_pull = iconv_open("UTF-16LE", fromcode);
239 ret->cd_pull = iconv_open("UCS-2LE", fromcode);
245 ret->cd_push = iconv_open(tocode, "UTF-16LE");
247 ret->cd_push = iconv_open(tocode, "UCS-2LE");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libiconv-1.11/tests/
H A Dtable-from.c115 cd = iconv_open("UCS-4-INTERNAL",charset);
117 perror("iconv_open");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libiconv-1.10/tests/
H A Dtable-from.c115 cd = iconv_open("UCS-4-INTERNAL",charset);
117 perror("iconv_open");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libiconv-1.10/extras/
H A Diconv_string.c17 iconv_t cd = iconv_open(tocode,fromcode);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libiconv-1.11/extras/
H A Diconv_string.c17 iconv_t cd = iconv_open(tocode,fromcode);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/unicode/
H A Diconv.c251 simple iconv_open() wrapper
289 ret->cd_pull = iconv_open(UCS2ICONV, from && from->iname ? from->iname : fromcode);
296 ret->cd_push = iconv_open(to && to->iname ? to->iname : tocode, UCS2ICONV);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/
H A DMakefile.in81 $(top_srcdir)/gnulib-m4/iconv_open.m4 \
1272 iconv.in.h iconv_open-aix.h iconv_open-hpux.h \
1273 iconv_open-irix.h iconv_open-osf.h iconv_open-solaris.h \
1274 iconv_open-aix.gperf iconv_open-hpux.gperf \
1275 iconv_open-irix.gperf iconv_open
[all...]
H A DMakefile81 $(top_srcdir)/gnulib-m4/iconv_open.m4 \
1272 iconv.in.h iconv_open-aix.h iconv_open-hpux.h \
1273 iconv_open-irix.h iconv_open-osf.h iconv_open-solaris.h \
1274 iconv_open-aix.gperf iconv_open-hpux.gperf \
1275 iconv_open-irix.gperf iconv_open
[all...]
H A Dstriconveh.c64 cd = iconv_open (to_codeset, from_codeset);
70 cd1 = iconv_open ("UTF-8", from_codeset);
89 cd2 = iconv_open (to_codeset, "UTF-8");
1122 /* This is a different error code than if iconv_open existed but didn't
1178 /* This is a different error code than if iconv_open existed but didn't
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libiconv-1.11/lib/
H A Diconv.c202 iconv_t iconv_open (const char* tocode, const char* fromcode) function
713 It wants to define the symbols 'iconv_open', 'iconv', 'iconv_close'. */
717 #undef iconv_open macro
720 strong_alias (libiconv_open, iconv_open)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna/tagutils/
H A Dtagutils-misc.c47 iconv_t cd = iconv_open(to_ces, from_ces);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna-1.1.5/tagutils/
H A Dtagutils-misc.c46 iconv_t cd = iconv_open(to_ces, from_ces);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/gnulib-lib/
H A Dstriconv.c422 cd = iconv_open (to_codeset, from_codeset);
449 /* This is a different error code than if iconv_open existed but didn't
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dstriconv.c422 cd = iconv_open (to_codeset, from_codeset);
449 /* This is a different error code than if iconv_open existed but didn't
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/intl/
H A Dloadmsgcat.c857 domain->conv = iconv_open (outcharset, charset);
863 domain->conv = iconv_open (outcharset, charset);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/intl/
H A Ddcigettext.c1164 convd->conv = iconv_open (outcharset, charset);
1170 convd->conv = iconv_open (outcharset, charset);

Completed in 334 milliseconds

1234567