Home
last modified time | relevance | path

Searched refs:iconv (Results 1 – 25 of 107) sorted by relevance

12345

/external/libexif/auto-m4/
Diconv.m41 # 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/
Diconv.m41 # 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 …]
DChangeLog18 * 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.
DMakefile.am21 EXTRA_DIST = codeset.m4 gettext.m4 iconv.m4 lcmessage.m4 progtest.m4 zip.m4
/external/bison/m4/
Diconv.m41 # 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/
Diconv.cc32 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/
Dxmlwin32version.h.in180 * 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/
Dunicode.c90 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/
DREADME.iconv1 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.
Diconv.h31 #define iconv Iconv macro
Diconv.c136 return iconv(*(iconv_t *) cd, inbuf, inbytesleft, outbuf, outbytesleft); in Iconv()
/external/libxml2/win32/
DReadme.txt25 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/
Dencoding.rpgle3 * 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/
Dtranscode.c94 srcc = iconv(cd, &srcp, &srcc, &dstp, &dstc); in xmlTranscodeResult()
176 srcc = iconv(cd, &srcp, &srcc, &dstp, &dstc); in inTranscode()
/external/libxml2/
Dconfigure.ac131 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/
Dlibxml2.sln11 …ect("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "iconv", "..\..\..\libiconv-1.14.vc10\windows\VC10…
DREADME.vc1012 2) check and correct paths for dependent "iconv" project which most certaily
/external/libexif/
Dconfig.h.in17 /* Define if you have the iconv() function. */
50 /* Define as const if the declaration of iconv() needs const. */
/external/toybox/toys/pending/
Diconv.c52 if (iconv(TT.ic, &in, &inleft, &out, &outleft) == -1
/external/libmtp/
Dconfig.h.in30 /* 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/
DREADME3 The uconv command is an iconv(1)-like conversion / transcoding
/external/libexif/po/
Den@quot.header16 # transliterated to apostrophes (by iconv in glibc 2.2 or newer) or to
/external/elfutils/src/po/
Den@quot.header16 # transliterated to apostrophes (by iconv in glibc 2.2 or newer) or to
/external/bison/po/
Den@quot.header16 # transliterated to apostrophes (by iconv in glibc 2.2 or newer) or to
/external/bison/runtime-po/
Den@quot.header16 # transliterated to apostrophes (by iconv in glibc 2.2 or newer) or to

12345