/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/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/bison/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 …]
|
/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/avahi/common/ |
D | Makefile.am | 18 EXTRA_DIST = gettext.m4 iconv.m4 lib-ld.m4 lib-link.m4 lib-prefix.m4 nls.m4 po.m4 progtest.m4 gette…
|
D | .gitignore | 4 iconv.m4
|
/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 299 * #pragma comment(lib, "iconv.lib") 302 * iconv. 306 #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/dbus/cmake/modules/ |
D | FindLibIconv.cmake | 25 FIND_PATH(LIBICONV_INCLUDE_DIR iconv.h 31 FIND_LIBRARY(LIBICONV_LIBRARIES NAMES iconv libiconv
|
/external/libmtp/src/ |
D | unicode.c | 90 nconv = iconv(params->cd_ucs2_to_locale, &stringp, &convlen, &locp, &convmax); in utf16_to_utf8() 125 nconv = iconv(params->cd_locale_to_ucs2, &stringp, &convlen, &unip, &convmax); in utf8_to_utf16()
|
/external/curl/lib/ |
D | non-ascii.c | 120 rc = iconv(data->outbound_cd, (const char**)&input_ptr, &in_bytes, in Curl_convert_to_network() 180 rc = iconv(data->inbound_cd, (const char **)&input_ptr, &in_bytes, in Curl_convert_from_network() 241 rc = iconv(data->utf8_cd, &input_ptr, &in_bytes, in Curl_convert_from_utf8()
|
/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
|
/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. 37 * stateful transcoding (a serious problem agreed !). If iconv has been 39 * the simplest is then to be sure to enable iconv and to provide iconv 137 * If iconv is supported, there are two extra fields.
|
/external/libxml2/os400/ |
D | transcode.c | 94 srcc = iconv(cd, &srcp, &srcc, &dstp, &dstc); in xmlTranscodeResult() 176 srcc = iconv(cd, &srcp, &srcc, &dstp, &dstc); in inTranscode()
|
/external/libmicrohttpd/contrib/ |
D | ascebc | 2 iconv -f UTF-8 -t IBM-1047 $1 > temp.file
|
/external/libxml2/ |
D | configure.ac | 131 AC_ARG_WITH(iconv, optwith 132 [ --with-iconv[[=DIR]] add ICONV support (on)]) 136 [ --with-iso8859x add ISO8859X support if no iconv (on)]) 1415 # Export this since our headers include iconv.h 1420 AC_CHECK_HEADER(iconv.h, 1421 AC_MSG_CHECKING(for iconv) 1423 #include <iconv.h>]],[[ 1425 iconv (cd, NULL, NULL, NULL, NULL);]])],[ 1429 AC_MSG_CHECKING(for iconv in -liconv) 1437 #include <iconv.h>]],[[ [all …]
|
/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/libxml2/win32/VC10/ |
D | libxml2.sln | 11 …ect("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "iconv", "..\..\..\libiconv-1.14.vc10\windows\VC10…
|
/external/libmtp/ |
D | config.h.in | 30 /* Define if you have the iconv() function and it works. */ 33 /* Define to 1 if you have the <iconv.h> header file. */ 126 /* Define as const if the declaration of iconv() needs const. */
|
/external/toybox/toys/pending/ |
D | iconv.c | 52 if (iconv(TT.ic, &in, &inleft, &out, &outleft) == -1
|
/external/icu/icu4c/source/extra/uconv/ |
D | README | 3 The uconv command is an iconv(1)-like conversion / transcoding
|