Searched refs:cd2 (Results 1 - 4 of 4) sorted by relevance

/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; local
70 cd2 = (iconv_t)(-1);
91 cd2 = iconv_open(tocode1, "UTF-8");
94 if (cd2 == (iconv_t)(-1))
95 cd2 = iconv_open(tocode, fromcode);
97 if (cd2 == (iconv_t)(-1)) {
142 if (cd2 == (iconv_t)(-1)) {
175 k = iconv(cd2, &ib, &ibl, &ob, &obl);
187 k = iconv(cd2, &tb, &tbl, &ob, &obl);
197 k = iconv(cd2,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/
H A Dstriconveh.h48 iconv_t cd2; member in struct:__anon2500
H A Dstriconveh.c52 iconv_t cd2; local
86 cd2 = (iconv_t)(-1);
89 cd2 = iconv_open (to_codeset, "UTF-8");
90 if (cd2 == (iconv_t)(-1))
104 cdp->cd2 = cd2;
111 if (cd->cd2 != (iconv_t)(-1) && iconv_close (cd->cd2) < 0)
348 iconv_t cd, iconv_t cd1, iconv_t cd2,
453 if (cd2
347 mem_cd_iconveh_internal(const char *src, size_t srclen, iconv_t cd, iconv_t cd1, iconv_t cd2, enum iconv_ilseq_handler handler, size_t extra_alloc, size_t *offsets, char **resultp, size_t *lengthp) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/tests/
H A Dtest-striconveh.c83 cdeh_ascii_to_88591.cd2 = cd_utf8_to_88591;
87 cdeh_ascii_to_88591_indirectly.cd2 = cd_utf8_to_88591;
91 cdeh_88592_to_88591.cd2 = cd_utf8_to_88591;
95 cdeh_88592_to_88591_indirectly.cd2 = cd_utf8_to_88591;
99 cdeh_ascii_to_utf8.cd2 = (iconv_t)(-1);
103 cdeh_88591_to_utf8.cd2 = (iconv_t)(-1);
107 cdeh_utf8_to_88591.cd2 = cd_utf8_to_88591;
111 cdeh_utf7_to_utf8.cd2 = (iconv_t)(-1);

Completed in 117 milliseconds