Home
last modified time | relevance | path

Searched refs:iconv (Results 1 – 25 of 121) 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/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 …]
DChangeLog22 * 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.
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.cc37 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/
DMakefile.am18 EXTRA_DIST = gettext.m4 iconv.m4 lib-ld.m4 lib-link.m4 lib-prefix.m4 nls.m4 po.m4 progtest.m4 gette…
D.gitignore4 iconv.m4
/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/curl/src/
Dtool_convert.c66 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/
DFindLibIconv.cmake25 FIND_PATH(LIBICONV_INCLUDE_DIR iconv.h
31 FIND_LIBRARY(LIBICONV_LIBRARIES NAMES iconv libiconv
/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/curl/lib/
Dnon-ascii.c120 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/
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
/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/libmicrohttpd/contrib/
Dascebc2 iconv -f UTF-8 -t IBM-1047 $1 > temp.file
/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)])
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/
Dconfig.h.in17 /* Define if you have the iconv() function. */
50 /* Define as const if the declaration of iconv() needs const. */
/external/libxml2/win32/VC10/
Dlibxml2.sln11 …ect("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "iconv", "..\..\..\libiconv-1.14.vc10\windows\VC10…
/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/toybox/toys/pending/
Diconv.c52 if (iconv(TT.ic, &in, &inleft, &out, &outleft) == -1
/external/icu/icu4c/source/extra/uconv/
DREADME3 The uconv command is an iconv(1)-like conversion / transcoding

12345