/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/src/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 | 18 * iconv.m4: Upgrade to gettext-0.18.2. 24 * iconv.m4: Upgrade to gettext-0.17. 43 * iconv.m4: Likewise. 71 * 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 | 32 res = iconv(cd, 0, 0, 0, 0); in main() 35 res = iconv(cd, 0, 0, &outbuf, &outbytesleft); in main() 38 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 299 * #pragma comment(lib, "iconv.lib") 302 * iconv. 306 #pragma comment(lib, "iconv.lib")
|
/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/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. 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/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)]) 1412 # Export this since our headers include iconv.h 1417 AC_CHECK_HEADER(iconv.h, 1418 AC_MSG_CHECKING(for iconv) 1420 #include <iconv.h>]],[[ 1422 iconv (cd, NULL, NULL, NULL, NULL);]])],[ 1426 AC_MSG_CHECKING(for iconv in -liconv) 1434 #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/pending/ |
D | iconv.c | 52 if (iconv(TT.ic, &in, &inleft, &out, &outleft) == -1
|
/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/icu/icu4c/source/extra/uconv/ |
D | README | 3 The uconv command is an iconv(1)-like conversion / transcoding
|
/external/libexif/po/ |
D | en@quot.header | 16 # transliterated to apostrophes (by iconv in glibc 2.2 or newer) or to
|
/external/elfutils/src/po/ |
D | en@quot.header | 16 # transliterated to apostrophes (by iconv in glibc 2.2 or newer) or to
|
/external/bison/po/ |
D | en@quot.header | 16 # transliterated to apostrophes (by iconv in glibc 2.2 or newer) or to
|
/external/bison/runtime-po/ |
D | en@quot.header | 16 # transliterated to apostrophes (by iconv in glibc 2.2 or newer) or to
|