/external/elfutils/m4/ |
Makefile.am | 21 EXTRA_DIST = codeset.m4 gettext.m4 iconv.m4 lcmessage.m4 progtest.m4 zip.m4
|
/external/compiler-rt/test/msan/ |
iconv.cc | 5 #include <iconv.h> 19 // FreeBSD's iconv() expects the 2nd argument be of type 'const char**'. 37 res = iconv(cd, 0, 0, 0, 0); 40 res = iconv(cd, 0, 0, &outbuf, &outbytesleft); 43 res = iconv(cd, &inbuf, &inbytesleft, &outbuf, &outbytesleft); 45 // CHECK: #0 {{.*}} in main {{.*}}iconv.cc:[[@LINE-2]]
|
/ndk/sources/android/support/include/ |
iconv.h | 42 size_t iconv(iconv_t, char**, size_t*, char**, size_t*);
|
/prebuilts/ndk/current/sources/android/support/include/ |
iconv.h | 42 size_t iconv(iconv_t, char**, size_t*, char**, size_t*);
|
/external/libmicrohttpd/contrib/ |
ascebc | 2 iconv -f UTF-8 -t IBM-1047 $1 > temp.file
|
/external/libxml2/os400/iconv/ |
iconv.h | 2 *** Declarations for the iconv wrappers. 23 size_t Iconv(Iconv_t cd, char * * inbuf, size_t * inbytesleft, 31 #define iconv Iconv macro
|
iconv.c | 2 *** iconv_open(), iconv(), iconv_close() wrappers for the OS/400. 13 #include "/QIBM/include/iconv.h" /* Force system definition. */ 16 #include "iconv.h" /* Use local definitions. */ 127 Iconv(Iconv_t cd, char * * inbuf, size_t * inbytesleft, 136 return iconv(*(iconv_t *) cd, inbuf, inbytesleft, outbuf, outbytesleft);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/ |
iconv.h | 43 extern size_t iconv (iconv_t __cd, char **__restrict __inbuf, 56 #endif /* iconv.h */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/ |
iconv.h | 43 extern size_t iconv (iconv_t __cd, char **__restrict __inbuf, 56 #endif /* iconv.h */
|
/external/curl/src/ |
tool_convert.c | 27 # include <iconv.h> 36 /* curl tool iconv conversion descriptors */ 40 /* set default codesets for iconv */ 55 /* open an iconv conversion descriptor if necessary */ 63 /* call iconv */ 66 res = iconv(outbound_cd, &input_ptr, &in_bytes, 85 /* open an iconv conversion descriptor if necessary */ 93 /* call iconv */ 96 res = iconv(inbound_cd, &input_ptr, &in_bytes, 107 /* close iconv conversion descriptors * [all...] |
/external/toybox/toys/pending/ |
iconv.c | 0 /* iconv.c - Convert character encoding 5 * See http://pubs.opengroup.org/onlinepubs/9699919799/utilities/iconv.html 7 USE_ICONV(NEWTOY(iconv, "cst:f:", TOYFLAG_USR|TOYFLAG_BIN)) 9 config ICONV 10 bool "iconv" 14 usage: iconv [-f FROM] [-t TO] [FILE...] 24 #include <iconv.h> 52 if (iconv(TT.ic, &in, &inleft, &out, &outleft) == -1
|
/external/libmtp/src/ |
unicode.c | 36 #include "iconv.h" 38 #error "libmtp unicode.c needs fixing to work without iconv()!" 90 nconv = iconv(params->cd_ucs2_to_locale, &stringp, &convlen, &locp, &convmax); 125 nconv = iconv(params->cd_locale_to_ucs2, &stringp, &convlen, &unip, &convmax);
|
/external/libxml2/os400/ |
transcode.c | 13 #include <iconv.h> 94 srcc = iconv(cd, &srcp, &srcc, &dstp, &dstc); 176 srcc = iconv(cd, &srcp, &srcc, &dstp, &dstc);
|
/external/curl/lib/ |
non-ascii.c | 39 #include <iconv.h> 40 /* set default codesets for iconv */ 103 /* open an iconv conversion descriptor if necessary */ 117 /* call iconv */ 120 rc = iconv(data->outbound_cd, (const char**)&input_ptr, &in_bytes, 125 "The Curl_convert_to_network iconv call failed with errno %i: %s", 163 /* open an iconv conversion descriptor if necessary */ 177 /* call iconv */ 180 rc = iconv(data->inbound_cd, (const char **)&input_ptr, &in_bytes, 185 "Curl_convert_from_network iconv call failed with errno %i: %s" [all...] |
version.c | 44 #include <iconv.h> 110 len = snprintf(ptr, left, " iconv/%d.%d", 114 len = snprintf(ptr, left, " iconv"); 308 0, /* iconv version */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/ |
codecvt_specializations.h | 40 #include <iconv.h> 46 /// Extension to use iconv for dealing with character encodings. 165 "creating iconv input descriptor failed")); 172 "creating iconv output descriptor failed")); 227 // This partial specialization takes advantage of iconv to provide 293 // argument to iconv(): SUSv2 and others use 'const char**', but glibc 2.2 320 // Argument list for iconv specifies a byte sequence. Thus, 340 __conv = __iconv_adaptor(iconv, __desc, &__cfrom, 347 __conv = __iconv_adaptor(iconv, __desc, &__cfrom, &__fbytes, 385 // Argument list for iconv specifies a byte sequence. Thus [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/ |
codecvt_specializations.h | 40 #include <iconv.h> 46 /// Extension to use iconv for dealing with character encodings. 165 "creating iconv input descriptor failed")); 172 "creating iconv output descriptor failed")); 227 // This partial specialization takes advantage of iconv to provide 293 // argument to iconv(): SUSv2 and others use 'const char**', but glibc 2.2 320 // Argument list for iconv specifies a byte sequence. Thus, 340 __conv = __iconv_adaptor(iconv, __desc, &__cfrom, 347 __conv = __iconv_adaptor(iconv, __desc, &__cfrom, &__fbytes, 385 // Argument list for iconv specifies a byte sequence. Thus [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/ |
codecvt_specializations.h | 40 #include <iconv.h> 46 /// Extension to use iconv for dealing with character encodings. 165 "creating iconv input descriptor failed")); 172 "creating iconv output descriptor failed")); 227 // This partial specialization takes advantage of iconv to provide 293 // argument to iconv(): SUSv2 and others use 'const char**', but glibc 2.2 320 // Argument list for iconv specifies a byte sequence. Thus, 340 __conv = __iconv_adaptor(iconv, __desc, &__cfrom, 347 __conv = __iconv_adaptor(iconv, __desc, &__cfrom, &__fbytes, 385 // Argument list for iconv specifies a byte sequence. Thus [all...] |
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/ |
codecvt_specializations.h | 40 #include <iconv.h> 46 /// Extension to use iconv for dealing with character encodings. 165 "creating iconv input descriptor failed")); 172 "creating iconv output descriptor failed")); 227 // This partial specialization takes advantage of iconv to provide 293 // argument to iconv(): SUSv2 and others use 'const char**', but glibc 2.2 320 // Argument list for iconv specifies a byte sequence. Thus, 340 __conv = __iconv_adaptor(iconv, __desc, &__cfrom, 347 __conv = __iconv_adaptor(iconv, __desc, &__cfrom, &__fbytes, 385 // Argument list for iconv specifies a byte sequence. Thus [all...] |
/external/e2fsprogs/intl/ |
gettextP.h | 26 # include "../iconv/gconv_int.h" 29 # include <iconv.h>
|
/external/libxml2/include/libxml/ |
encoding.h | 4 * XML basic encoding and iconv() support. 28 #include <iconv.h> 50 * problem agreed !). If iconv has been found it will be used 52 * to be sure to enable iconv and to provide iconv libs for the encoding 129 * If iconv is supported, there are two extra fields.
|
/toolchain/binutils/binutils-2.25/intl/ |
gettextP.h | 26 # include "../iconv/gconv_int.h" 29 # include <iconv.h>
|
/ndk/sources/android/support/src/musl-locale/ |
iconv.c | 1 #include <iconv.h> 158 size_t iconv(iconv_t cd0, char **restrict in, size_t *restrict inb, char **restrict out, size_t *restrict outb) function 319 x += iconv((iconv_t)(uintptr_t)to,
|
/external/iputils/ |
iputils.spec | 63 iconv -f ISO88591 -t UTF8 RELNOTES -o RELNOTES.tmp
|
/external/libxml2/vms/ |
build_libxml.com | 261 $ if f$search( "sys$library:iconv.olb" ) .eqs. "" 267 XML_LIBDIR:libxml.olb/library,sys$library:iconv/lib
|