/external/libexif/auto-m4/ |
D | iconv.m4 | 1 # iconv.m4 serial AM4 (gettext-0.11.3) 19 AC_LIB_LINKFLAGS_BODY([iconv]) 24 dnl Some systems have iconv in libc, some have it in libiconv (OSF/1 and 38 AC_CACHE_CHECK(for iconv, am_cv_func_iconv, [ 42 #include <iconv.h>], 44 iconv(cd,NULL,NULL,NULL,NULL); 51 #include <iconv.h>], 53 iconv(cd,NULL,NULL,NULL,NULL); 61 AC_DEFINE(HAVE_ICONV, 1, [Define if you have the iconv() function.]) 81 AC_MSG_CHECKING([for iconv declaration]) [all …]
|
/external/libmtp/m4/ |
D | iconv.m4 | 1 # iconv.m4 serial 11 (gettext-0.18.1) 17 AC_LIB_LINKFLAGS_BODY([iconv]) 22 dnl Some systems have iconv in libc, some have it in libiconv (OSF/1 and 37 AC_CACHE_CHECK([for iconv], [am_cv_func_iconv], [ 41 #include <iconv.h>], 43 iconv(cd,NULL,NULL,NULL,NULL); 50 #include <iconv.h>], 52 iconv(cd,NULL,NULL,NULL,NULL); 60 AC_CACHE_CHECK([for working iconv], [am_cv_func_iconv_works], [ 67 #include <iconv.h> [all …]
|
/external/elfutils/m4/ |
D | iconv.m4 | 1 # iconv.m4 serial 18 (gettext-0.18.2) 17 AC_LIB_LINKFLAGS_BODY([iconv]) 22 dnl Some systems have iconv in libc, some have it in libiconv (OSF/1 and 37 AC_CACHE_CHECK([for iconv], [am_cv_func_iconv], [ 44 #include <iconv.h> 47 iconv(cd,NULL,NULL,NULL,NULL); 57 #include <iconv.h> 60 iconv(cd,NULL,NULL,NULL,NULL); 68 AC_CACHE_CHECK([for working iconv], [am_cv_func_iconv_works], [ 77 #include <iconv.h> [all …]
|
D | ChangeLog | 22 * iconv.m4: Upgrade to gettext-0.18.2. 28 * iconv.m4: Upgrade to gettext-0.17. 47 * iconv.m4: Likewise. 75 * iconv.m4: Upgrade to gettext-0.11.
|
D | Makefile.am | 21 EXTRA_DIST = codeset.m4 gettext.m4 iconv.m4 lcmessage.m4 progtest.m4 zip.m4
|
/external/libxml2/os400/ |
D | libxmlmain.c | 63 j = iconv(cd, in main() 68 iconv(cd, NULL, &inbytesleft, &outbuf, &outbytesleft); in main() 82 iconv(cd, &inbuf, &inbytesleft, &outbuf, &outbytesleft); in main() 83 iconv(cd, NULL, &inbytesleft, &outbuf, &outbytesleft); in main()
|
D | transcode.c | 94 srcc = iconv(cd, &srcp, &srcc, &dstp, &dstc); in xmlTranscodeResult() 176 srcc = iconv(cd, &srcp, &srcc, &dstp, &dstc); in inTranscode()
|
/external/compiler-rt/test/msan/ |
D | iconv.cc | 37 res = iconv(cd, 0, 0, 0, 0); in main() 40 res = iconv(cd, 0, 0, &outbuf, &outbytesleft); in main() 43 res = iconv(cd, &inbuf, &inbytesleft, &outbuf, &outbytesleft); in main()
|
/external/libxml2/include/libxml/ |
D | xmlwin32version.h.in | 180 * Whether iconv support is available 189 * Whether ISO-8859-* support is made available in case iconv is not 296 * #pragma comment(lib, "iconv.lib") 299 * iconv. 303 #pragma comment(lib, "iconv.lib")
|
/external/curl/src/ |
D | tool_convert.c | 66 res = iconv(outbound_cd, &input_ptr, &in_bytes, in convert_to_network() 96 res = iconv(inbound_cd, &input_ptr, &in_bytes, in convert_from_network()
|
/external/curl/lib/ |
D | non-ascii.c | 126 rc = iconv(*cd, &input_ptr, &in_bytes, in Curl_convert_to_network() 192 rc = iconv(*cd, &input_ptr, &in_bytes, in Curl_convert_from_network() 259 rc = iconv(*cd, &input_ptr, &in_bytes, in Curl_convert_from_utf8()
|
/external/libmtp/src/ |
D | unicode.c | 91 nconv = iconv(params->cd_ucs2_to_locale, &stringp, &convlen, &locp, &convmax); in utf16_to_utf8() 126 nconv = iconv(params->cd_locale_to_ucs2, &stringp, &convlen, &unip, &convmax); in utf8_to_utf16()
|
/external/libxml2/os400/iconv/ |
D | README.iconv | 1 IBM OS/400 implements iconv in an odd way: 15 OS/400 iconv implementation. The wrapper performs the following transformations: 42 the native iconv support for EBCDIC.
|
D | iconv.h | 31 #define iconv Iconv macro
|
D | iconv.c | 136 return iconv(*(iconv_t *) cd, inbuf, inbytesleft, outbuf, outbytesleft); in Iconv()
|
/external/libxml2/win32/ |
D | Readme.txt | 25 2.2.1 Building with iconv support 173 2.2.1 Building with iconv support 175 If you configure libxml2 to include iconv support, you will obviously need to 176 obtain the iconv library and include files. To get them, just follow the links 182 obtain the iconv source, and build the DLL using the Borland compiler. 184 There is a minor problem with the header files for iconv - they expect a
|
/external/libxml2/os400/libxmlrpg/ |
D | encoding.rpgle | 3 * XML basic encoding and iconv() support. 38 * stateful transcoding (a serious problem agreed !). If iconv has been 40 * the simplest is then to be sure to enable iconv and to provide iconv 139 * If iconv is supported, there are two extra fields.
|
/external/libxml2/ |
D | configure.ac | 132 AC_ARG_WITH(iconv, optwith 133 [ --with-iconv[[=DIR]] add ICONV support (on)]) 137 [ --with-iso8859x add ISO8859X support if no iconv (on)]) 1407 # Export this since our headers include iconv.h 1412 AC_CHECK_HEADER(iconv.h, 1413 AC_MSG_CHECKING(for iconv) 1415 #include <iconv.h>]],[[ 1417 iconv (cd, NULL, NULL, NULL, NULL);]])],[ 1421 AC_MSG_CHECKING(for iconv in -liconv) 1429 #include <iconv.h>]],[[ [all …]
|
/external/libxml2/win32/VC10/ |
D | libxml2.sln | 11 …ect("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "iconv", "..\..\..\libiconv-1.14.vc10\windows\VC10…
|
D | README.vc10 | 12 2) check and correct paths for dependent "iconv" project which most certaily
|
/external/libexif/ |
D | config.h.in | 17 /* Define if you have the iconv() function. */ 50 /* Define as const if the declaration of iconv() needs const. */
|
/external/toybox/toys/posix/ |
D | iconv.c | 52 iconv(TT.ic, &in, &inlen, &out, &outlen); in do_iconv()
|
/external/libcups/cups/ |
D | transcode.c | 172 iconv(map_to_utf8, (char **)&src, &srclen, &altdestptr, &outBytesLeft); in cupsCharsetToUTF8() 301 iconv(map_from_utf8, &altsrc, &srclen, &destptr, &outBytesLeft); in cupsUTF8ToCharset()
|
/external/icu/icu4c/source/extra/uconv/ |
D | README | 5 The uconv command is an iconv(1)-like conversion / transcoding
|
/external/oj-libjdwp/src/solaris/npt/ |
D | utf_md.c | 121 returnValue = iconv(ic, (void*)&inbuf, &inLeft, &outbuf, &outLeft); in iconvConvert()
|