Searched refs:iconv_t (Results 1 - 25 of 101) sorted by relevance

12345

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/gnulib-lib/
H A Diconv.in.h36 extern iconv_t iconv_open (const char *tocode, const char *fromcode);
42 # define _ICONV_UTF8_UTF16BE (iconv_t)(-161)
43 # define _ICONV_UTF8_UTF16LE (iconv_t)(-162)
44 # define _ICONV_UTF8_UTF32BE (iconv_t)(-163)
45 # define _ICONV_UTF8_UTF32LE (iconv_t)(-164)
46 # define _ICONV_UTF16BE_UTF8 (iconv_t)(-165)
47 # define _ICONV_UTF16LE_UTF8 (iconv_t)(-166)
48 # define _ICONV_UTF32BE_UTF8 (iconv_t)(-167)
49 # define _ICONV_UTF32LE_UTF8 (iconv_t)(-168)
54 extern size_t iconv (iconv_t c
[all...]
H A Dstriconv.h45 extern int mem_cd_iconv (const char *src, size_t srclen, iconv_t cd,
56 extern char * str_cd_iconv (const char *src, iconv_t cd);
H A Dxstriconv.h45 extern int xmem_cd_iconv (const char *src, size_t srclen, iconv_t cd,
57 extern char * xstr_cd_iconv (const char *src, iconv_t cd);
H A Dxstriconv.c32 xmem_cd_iconv (const char *src, size_t srclen, iconv_t cd,
43 xstr_cd_iconv (const char *src, iconv_t cd)
H A Diconv_open.c44 iconv_t
60 The _ICONV_* constants are chosen to be disjoint from any iconv_t
61 returned by the system's iconv_open() functions. Recall that iconv_t
111 iconv_t cd = iconv_open (tocode, fromcode);
112 if (cd != (iconv_t)(-1))
130 return (iconv_t)(-1);
146 return (iconv_t)(-1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Diconv.in.h36 extern iconv_t iconv_open (const char *tocode, const char *fromcode);
42 # define _ICONV_UTF8_UTF16BE (iconv_t)(-161)
43 # define _ICONV_UTF8_UTF16LE (iconv_t)(-162)
44 # define _ICONV_UTF8_UTF32BE (iconv_t)(-163)
45 # define _ICONV_UTF8_UTF32LE (iconv_t)(-164)
46 # define _ICONV_UTF16BE_UTF8 (iconv_t)(-165)
47 # define _ICONV_UTF16LE_UTF8 (iconv_t)(-166)
48 # define _ICONV_UTF32BE_UTF8 (iconv_t)(-167)
49 # define _ICONV_UTF32LE_UTF8 (iconv_t)(-168)
54 extern size_t iconv (iconv_t c
[all...]
H A Dstriconv.h45 extern int mem_cd_iconv (const char *src, size_t srclen, iconv_t cd,
56 extern char * str_cd_iconv (const char *src, iconv_t cd);
H A Dxstriconv.h45 extern int xmem_cd_iconv (const char *src, size_t srclen, iconv_t cd,
57 extern char * xstr_cd_iconv (const char *src, iconv_t cd);
H A Dxstriconv.c32 xmem_cd_iconv (const char *src, size_t srclen, iconv_t cd,
43 xstr_cd_iconv (const char *src, iconv_t cd)
H A Diconv_open.c44 iconv_t
60 The _ICONV_* constants are chosen to be disjoint from any iconv_t
61 returned by the system's iconv_open() functions. Recall that iconv_t
111 iconv_t cd = iconv_open (tocode, fromcode);
112 if (cd != (iconv_t)(-1))
130 return (iconv_t)(-1);
146 return (iconv_t)(-1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Diconv.in.h36 extern iconv_t iconv_open (const char *tocode, const char *fromcode);
42 # define _ICONV_UTF8_UTF16BE (iconv_t)(-161)
43 # define _ICONV_UTF8_UTF16LE (iconv_t)(-162)
44 # define _ICONV_UTF8_UTF32BE (iconv_t)(-163)
45 # define _ICONV_UTF8_UTF32LE (iconv_t)(-164)
46 # define _ICONV_UTF16BE_UTF8 (iconv_t)(-165)
47 # define _ICONV_UTF16LE_UTF8 (iconv_t)(-166)
48 # define _ICONV_UTF32BE_UTF8 (iconv_t)(-167)
49 # define _ICONV_UTF32LE_UTF8 (iconv_t)(-168)
54 extern size_t iconv (iconv_t c
[all...]
H A Dstriconv.h45 extern int mem_cd_iconv (const char *src, size_t srclen, iconv_t cd,
56 extern char * str_cd_iconv (const char *src, iconv_t cd);
H A Dxstriconv.h45 extern int xmem_cd_iconv (const char *src, size_t srclen, iconv_t cd,
57 extern char * xstr_cd_iconv (const char *src, iconv_t cd);
H A Dxstriconv.c32 xmem_cd_iconv (const char *src, size_t srclen, iconv_t cd,
43 xstr_cd_iconv (const char *src, iconv_t cd)
H A Diconv_open.c44 iconv_t
60 The _ICONV_* constants are chosen to be disjoint from any iconv_t
61 returned by the system's iconv_open() functions. Recall that iconv_t
111 iconv_t cd = iconv_open (tocode, fromcode);
112 if (cd != (iconv_t)(-1))
130 return (iconv_t)(-1);
146 return (iconv_t)(-1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/
H A Diconv.in.h44 _GL_FUNCDECL_RPL (iconv_open, iconv_t,
47 _GL_CXXALIAS_RPL (iconv_open, iconv_t,
50 _GL_CXXALIAS_SYS (iconv_open, iconv_t,
58 # define _ICONV_UTF8_UTF16BE (iconv_t)(-161)
59 # define _ICONV_UTF8_UTF16LE (iconv_t)(-162)
60 # define _ICONV_UTF8_UTF32BE (iconv_t)(-163)
61 # define _ICONV_UTF8_UTF32LE (iconv_t)(-164)
62 # define _ICONV_UTF16BE_UTF8 (iconv_t)(-165)
63 # define _ICONV_UTF16LE_UTF8 (iconv_t)(-166)
64 # define _ICONV_UTF32BE_UTF8 (iconv_t)(
[all...]
H A Dstriconveh.h39 /* Conversion descriptor from FROM_CODESET to TO_CODESET, or (iconv_t)(-1)
42 iconv_t cd;
43 /* Conversion descriptor from FROM_CODESET to UTF-8 (or (iconv_t)(-1) if
45 iconv_t cd1;
46 /* Conversion descriptor from UTF-8 to TO_CODESET (or (iconv_t)(-1) if
48 iconv_t cd2;
H A Diconv_open.c45 iconv_t
61 The _ICONV_* constants are chosen to be disjoint from any iconv_t
62 returned by the system's iconv_open() functions. Recall that iconv_t
112 iconv_t cd = iconv_open (tocode, fromcode);
113 if (cd != (iconv_t)(-1))
131 return (iconv_t)(-1);
147 return (iconv_t)(-1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/src/
H A Dtool_convert.c37 static iconv_t inbound_cd = (iconv_t)-1;
38 static iconv_t outbound_cd = (iconv_t)-1;
56 if(outbound_cd == (iconv_t)-1) {
59 if(outbound_cd == (iconv_t)-1) {
86 if(inbound_cd == (iconv_t)-1) {
89 if(inbound_cd == (iconv_t)-1) {
108 if(inbound_cd != (iconv_t)-1)
110 if(outbound_cd != (iconv_t)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libiconv-1.10/include/
H A Diconv.h28 iconv_t, 1. in order to eliminate the risk that the user gets compilation
30 which defines iconv_t or declares iconv after this file, 2. when compiling
31 for LIBICONV_PLUG, we need the proper iconv_t type in order to produce
40 Ad 2. The iconv_t type is a pointer type in all cases I have seen. (It
41 has to be a scalar type because (iconv_t)(-1) is a possible return value
44 /* Define iconv_t ourselves. */
45 #undef iconv_t macro
46 #define iconv_t libiconv_t macro
47 typedef void* iconv_t; typedef
72 extern iconv_t iconv_ope
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libiconv-1.11/include/
H A Diconv.h34 iconv_t, 1. in order to eliminate the risk that the user gets compilation
36 which defines iconv_t or declares iconv after this file, 2. when compiling
37 for LIBICONV_PLUG, we need the proper iconv_t type in order to produce
46 Ad 2. The iconv_t type is a pointer type in all cases I have seen. (It
47 has to be a scalar type because (iconv_t)(-1) is a possible return value
50 /* Define iconv_t ourselves. */
51 #undef iconv_t macro
52 #define iconv_t libiconv_t macro
53 typedef void* iconv_t; typedef
79 extern LIBICONV_DLL_EXPORTED iconv_t iconv_ope
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/tests/
H A Dtest-iconv.c29 SIGNATURE_CHECK (iconv, size_t, (iconv_t, ICONV_CONST char **, size_t *,
31 SIGNATURE_CHECK (iconv_close, int, (iconv_t x));
32 SIGNATURE_CHECK (iconv_open, iconv_t, (char const *, char const *));
47 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));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/share/utf8/
H A Dmakemap.c29 iconv_t cd;
43 if (cd == (iconv_t)(-1)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dmsgl-iconv.h46 extern char *convert_string (iconv_t cd, const char *string,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/plugin_common/
H A Dcharset.c66 iconv_t cd;
75 if ((cd = iconv_open(to, from)) == (iconv_t)-1)
141 iconv_t cd;
143 if ((cd=iconv_open(to,from)) == (iconv_t)-1)

Completed in 130 milliseconds

12345