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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Dencoding.c1577 iconv_t icv_in, icv_out; local
1614 icv_in = iconv_open("UTF-8", name);
1616 if (icv_in == (iconv_t) -1) {
1617 icv_in = iconv_open("UTF-8", upper);
1622 if ((icv_in != (iconv_t) -1) && (icv_out != (iconv_t) -1)) {
1626 iconv_close(icv_in);
1633 enc->iconv_in = icv_in;
1640 } else if ((icv_in != (iconv_t) -1) || icv_out != (iconv_t) -1) {
1696 const char *icv_in = (const char *) in; local
1706 ret = iconv(cd, (ICONV_CONST char **) &icv_in,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dencoding.c1577 iconv_t icv_in, icv_out; local
1614 icv_in = iconv_open("UTF-8", name);
1616 if (icv_in == (iconv_t) -1) {
1617 icv_in = iconv_open("UTF-8", upper);
1622 if ((icv_in != (iconv_t) -1) && (icv_out != (iconv_t) -1)) {
1626 iconv_close(icv_in);
1633 enc->iconv_in = icv_in;
1640 } else if ((icv_in != (iconv_t) -1) || icv_out != (iconv_t) -1) {
1696 const char *icv_in = (const char *) in; local
1706 ret = iconv(cd, (char **) &icv_in,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Dencoding.c1577 iconv_t icv_in, icv_out; local
1614 icv_in = iconv_open("UTF-8", name);
1616 if (icv_in == (iconv_t) -1) {
1617 icv_in = iconv_open("UTF-8", upper);
1622 if ((icv_in != (iconv_t) -1) && (icv_out != (iconv_t) -1)) {
1626 iconv_close(icv_in);
1633 enc->iconv_in = icv_in;
1640 } else if ((icv_in != (iconv_t) -1) || icv_out != (iconv_t) -1) {
1696 const char *icv_in = (const char *) in; local
1706 ret = iconv(cd, (ICONV_CONST char **) &icv_in,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dencoding.c1577 iconv_t icv_in, icv_out; local
1614 icv_in = iconv_open("UTF-8", name);
1616 if (icv_in == (iconv_t) -1) {
1617 icv_in = iconv_open("UTF-8", upper);
1622 if ((icv_in != (iconv_t) -1) && (icv_out != (iconv_t) -1)) {
1626 iconv_close(icv_in);
1633 enc->iconv_in = icv_in;
1640 } else if ((icv_in != (iconv_t) -1) || icv_out != (iconv_t) -1) {
1696 const char *icv_in = (const char *) in; local
1706 ret = iconv(cd, (char **) &icv_in,
[all...]

Completed in 451 milliseconds