Searched refs:iconv_t (Results 26 - 50 of 101) sorted by relevance

12345

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dnon-ascii.c105 if(data->outbound_cd == (iconv_t)-1) {
108 if(data->outbound_cd == (iconv_t)-1) {
166 if(data->inbound_cd == (iconv_t)-1) {
169 if(data->inbound_cd == (iconv_t)-1) {
228 if(data->utf8_cd == (iconv_t)-1) {
231 if(data->utf8_cd == (iconv_t)-1) {
273 data->outbound_cd = (iconv_t)-1;
274 data->inbound_cd = (iconv_t)-1;
275 data->utf8_cd = (iconv_t)-1;
302 if(data->inbound_cd != (iconv_t)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/mtools-4.0.10/
H A DcharsetConv.c33 iconv_t from;
34 iconv_t to;
58 iconv_t test = iconv_open("ASCII", testCp);
60 if(test == (iconv_t) -1)
95 iconv_t *from;
96 iconv_t *to;
110 if(from == (iconv_t)-1) {
118 if(to == (iconv_t)-1) {
123 if(to == (iconv_t)-1) {
163 static int safe_iconv(iconv_t con
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dmsgl-iconv.c77 convert_string (iconv_t cd, const char *string,
96 convert_string_list (iconv_t cd, string_list_ty *slp,
107 convert_prev_msgid (iconv_t cd, message_ty *mp,
119 convert_msgid (iconv_t cd, message_ty *mp,
130 convert_msgstr (iconv_t cd, message_ty *mp,
278 iconv_t cd;
284 cd = (iconv_t)(-1);
288 if (cd == (iconv_t)(-1))
376 iconvable_string (iconv_t cd, const char *string)
394 iconvable_string_list (iconv_t c
[all...]
H A Dpo-charset.h71 extern DLL_VARIABLE iconv_t po_lex_iconv;
H A Dpo-charset.c439 iconv_t po_lex_iconv;
450 po_lex_iconv = (iconv_t)(-1);
505 if (po_lex_iconv != (iconv_t)(-1))
521 po_lex_iconv = (iconv_t)(-1);
532 po_lex_iconv = (iconv_t)(-1);
544 po_lex_iconv = (iconv_t)(-1);
548 if (po_lex_iconv == (iconv_t)(-1))
654 if (po_lex_iconv != (iconv_t)(-1))
657 po_lex_iconv = (iconv_t)(-1);
H A Drecode-sr-latin.c263 iconv_t conv_to_utf8 = (iconv_t)(-1);
264 iconv_t conv_from_utf8 = (iconv_t)(-1);
286 if (conv_to_utf8 == (iconv_t)(-1))
291 if (conv_from_utf8 == (iconv_t)(-1))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-tests/
H A Dtest-iconv.c47 iconv_t cd_88591_to_utf8 = iconv_open ("UTF-8", "ISO-8859-1");
48 iconv_t cd_utf8_to_88591 = iconv_open ("ISO-8859-1", "UTF-8");
50 ASSERT (cd_88591_to_utf8 != (iconv_t)(-1));
51 ASSERT (cd_utf8_to_88591 != (iconv_t)(-1));
H A Dtest-striconv.c49 iconv_t cd_88591_to_utf8 = iconv_open ("UTF-8", "ISO-8859-1");
50 iconv_t cd_utf8_to_88591 = iconv_open ("ISO-8859-1", "UTF-8");
52 ASSERT (cd_88591_to_utf8 != (iconv_t)(-1));
53 ASSERT (cd_utf8_to_88591 != (iconv_t)(-1));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/
H A Diconv-ostream.oo.c49 iconv_t cd;
194 stream->cd = (iconv_t)(-1):
198 if (stream->cd == (iconv_t)(-1))
200 if (iconv_open ("UTF-8", from_encoding) == (iconv_t)(-1))
203 else if (iconv_open (to_encoding, "UTF-8") == (iconv_t)(-1))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/
H A Dstriconveh.c43 /* The caller must provide an iconveh_t, not just an iconv_t, because when a
50 iconv_t cd;
51 iconv_t cd1;
52 iconv_t cd2;
67 cd1 = (iconv_t)(-1);
71 if (cd1 == (iconv_t)(-1))
74 if (cd != (iconv_t)(-1))
86 cd2 = (iconv_t)(-1);
90 if (cd2 == (iconv_t)(-1))
93 if (cd1 != (iconv_t)(
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/share/utf8/
H A Diconvert.c59 iconv_t cd1, cd2;
67 if (cd1 == (iconv_t)(-1))
70 cd2 = (iconv_t)(-1);
94 if (cd2 == (iconv_t)(-1))
97 if (cd2 == (iconv_t)(-1)) {
142 if (cd2 == (iconv_t)(-1)) {
248 if (cd2 != (iconv_t)(-1))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libiconv-1.11/tests/
H A Dtable-to.c35 iconv_t cd;
49 if (cd == (iconv_t)(-1)) {
H A Dtable-from.c48 static int try (iconv_t cd, unsigned char buf[], unsigned int buflen, unsigned int* out)
102 iconv_t cd;
116 if (cd == (iconv_t)(-1)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libiconv-1.10/tests/
H A Dtable-to.c35 iconv_t cd;
49 if (cd == (iconv_t)(-1)) {
H A Dtable-from.c48 static int try (iconv_t cd, unsigned char buf[], unsigned int buflen, unsigned int* out)
102 iconv_t cd;
116 if (cd == (iconv_t)(-1)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/src/
H A Diri.c47 static bool do_conversion (iconv_t cd, char *in, size_t inlen, char **out);
113 /* Try opening an iconv_t descriptor for conversion from locale to UTF-8 */
125 iconv_t l2u;
139 if (l2u != (iconv_t)(-1))
156 do_conversion (iconv_t cd, char *in, size_t inlen, char **out)
268 iconv_t cd;
275 if (cd == (iconv_t)(-1))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libiconv-1.10/lib/
H A Dloop_wchar.h60 static size_t wchar_from_loop_convert (iconv_t icd,
127 static size_t wchar_from_loop_reset (iconv_t icd,
180 static size_t wchar_to_loop_convert (iconv_t icd,
244 static size_t wchar_to_loop_reset (iconv_t icd,
260 static size_t wchar_id_loop_convert (iconv_t icd,
287 static size_t wchar_id_loop_reset (iconv_t icd,
H A Diconv.c57 size_t (*loop_convert) (iconv_t icd,
60 size_t (*loop_reset) (iconv_t icd,
202 iconv_t iconv_open (const char* tocode, const char* fromcode)
377 return (iconv_t)(-1);
428 return (iconv_t)cd;
431 return (iconv_t)(-1);
434 size_t iconv (iconv_t icd,
447 int iconv_close (iconv_t icd)
456 int iconvctl (iconv_t icd, int request, void* argument)
/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");
75 ASSERT (cd_ascii_to_utf8 != (iconv_t)(
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/unicode/
H A Diconv.c196 size_t ret = iconv((iconv_t)cd,
290 if (ret->cd_pull != (iconv_t)-1) {
297 if (ret->cd_push != (iconv_t)-1) {
301 if (!ret->push && ret->cd_pull) iconv_close((iconv_t)ret->cd_pull);
334 if (cd->cd_direct) iconv_close((iconv_t)cd->cd_direct);
335 if (cd->cd_pull) iconv_close((iconv_t)cd->cd_pull);
336 if (cd->cd_push) iconv_close((iconv_t)cd->cd_push);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libiconv-1.11/lib/
H A Dloop_wchar.h134 static size_t wchar_from_loop_convert (iconv_t icd,
235 static size_t wchar_from_loop_reset (iconv_t icd,
318 static size_t wchar_to_loop_convert (iconv_t icd,
413 static size_t wchar_to_loop_reset (iconv_t icd,
429 static size_t wchar_id_loop_convert (iconv_t icd,
456 static size_t wchar_id_loop_reset (iconv_t icd,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/include/libxml/
H A Dencoding.h136 iconv_t iconv_in;
137 iconv_t iconv_out;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/ipkg-install/usr/include/libxml2/libxml/
H A Dencoding.h136 iconv_t iconv_in;
137 iconv_t iconv_out;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dencoding.in.h136 iconv_t iconv_in;
137 iconv_t iconv_out;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/include/libxml/
H A Dencoding.h136 iconv_t iconv_in;
137 iconv_t iconv_out;

Completed in 205 milliseconds

12345