/external/elfutils/m4/ |
Makefile.am | 21 EXTRA_DIST = isc-posix.m4 codeset.m4 gettext.m4 glibc21.m4 iconv.m4 \ 23 progtest.m4 iconv.m4 intdiv0.m4 inttypes-pri.m4 inttypes.m4 \
|
Makefile | 42 $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/lib-ld.m4 \ 157 EXTRA_DIST = isc-posix.m4 codeset.m4 gettext.m4 glibc21.m4 iconv.m4 \ 159 progtest.m4 iconv.m4 intdiv0.m4 inttypes-pri.m4 inttypes.m4 \
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
iconv.h | 43 extern size_t iconv (iconv_t __cd, char **__restrict __inbuf, 56 #endif /* iconv.h */
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/ |
codecvt_specializations.h | 41 #include <iconv.h> 45 /// Extension to use iconv for dealing with character encodings. 164 "creating iconv input descriptor failed")); 171 "creating iconv output descriptor failed")); 223 // This partial specialization takes advantage of iconv to provide 289 // argument to iconv(): SUSv2 and others use 'const char**', but glibc 2.2 316 // Argument list for iconv specifies a byte sequence. Thus, 336 __conv = __iconv_adaptor(iconv, __desc, &__cfrom, 343 __conv = __iconv_adaptor(iconv, __desc, &__cfrom, &__fbytes, 381 // Argument list for iconv specifies a byte sequence. Thus [all...] |
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/ |
codecvt_specializations.h | 41 #include <iconv.h> 45 /// Extension to use iconv for dealing with character encodings. 164 "creating iconv input descriptor failed")); 171 "creating iconv output descriptor failed")); 223 // This partial specialization takes advantage of iconv to provide 289 // argument to iconv(): SUSv2 and others use 'const char**', but glibc 2.2 316 // Argument list for iconv specifies a byte sequence. Thus, 336 __conv = __iconv_adaptor(iconv, __desc, &__cfrom, 343 __conv = __iconv_adaptor(iconv, __desc, &__cfrom, &__fbytes, 381 // Argument list for iconv specifies a byte sequence. Thus [all...] |
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/ |
codecvt_specializations.h | 41 #include <iconv.h> 45 /// Extension to use iconv for dealing with character encodings. 164 "creating iconv input descriptor failed")); 171 "creating iconv output descriptor failed")); 223 // This partial specialization takes advantage of iconv to provide 289 // argument to iconv(): SUSv2 and others use 'const char**', but glibc 2.2 316 // Argument list for iconv specifies a byte sequence. Thus, 336 __conv = __iconv_adaptor(iconv, __desc, &__cfrom, 343 __conv = __iconv_adaptor(iconv, __desc, &__cfrom, &__fbytes, 381 // 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>
|
relocatable.c | 57 # include <iconv.h>
|
/external/libxml2/include/libxml/ |
encoding.h | 4 * XML basic encoding and iconv() support. 28 #include <iconv.h> 65 * problem agreed !). If iconv has been found it will be used 67 * to be sure to enable iconv and to provide iconv libs for the encoding 144 * If iconv is supported, there are two extra fields.
|
/external/qemu/distrib/sdl-1.2.12/ |
android-configure.sh | 351 sdl_check_headers stdlib stdarg malloc memory string strings inttypes stdint ctype math iconv signal altivec 366 sdl_check_funcs vsnprintf iconv sigaction setjmp nanosleep
|
/external/qemu/distrib/sdl-1.2.12/src/stdlib/ |
SDL_iconv.c | 24 /* This file contains portable iconv functions for SDL */ 31 /* Depending on which standard the iconv() was implemented with, 32 iconv() may or may not use const char ** for the inbuf param. 48 retCode = iconv(cd, (char **)inbuf, inbytesleft, outbuf, outbytesleft); 50 retCode = iconv(cd, inbuf, inbytesleft, outbuf, outbytesleft); 826 /* See if we can recover here (fixes iconv on Solaris 11) */
|
/external/bluetooth/glib/glib/ |
gconvert.c | 3 * gconvert.c: Convert between character sets using iconv 30 #include <iconv.h> 56 #error GNU libiconv in use but included iconv.h not from libiconv 59 #error GNU libiconv not in use but included iconv.h is from libiconv 124 * more convenient than the raw iconv wrappers. 175 * Same as the standard UNIX routine iconv(), but 180 * more convenient than the raw iconv wrappers. 194 return iconv (cd, inbuf, inbytes_left, outbuf, outbytes_left); 211 * more convenient than the raw iconv wrappers. 265 * @cd: iconv descripto [all...] |
/external/elfutils/config/ |
Makefile | 44 $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/lib-ld.m4 \
|
/external/elfutils/doc/ |
Makefile | 42 $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/lib-ld.m4 \
|
/external/elfutils/libebl/ |
Makefile | 49 $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/lib-ld.m4 \
|
/external/qemu/distrib/sdl-1.2.12/include/ |
SDL_stdinc.h | 72 # include <iconv.h> 564 /* The SDL implementation of iconv() returns these error codes */
|
/prebuilt/darwin-x86/sdl/include/SDL/ |
SDL_stdinc.h | 72 # include <iconv.h> 564 /* The SDL implementation of iconv() returns these error codes */
|
/prebuilt/linux-x86/sdl/include/SDL/ |
SDL_stdinc.h | 72 # include <iconv.h> 564 /* The SDL implementation of iconv() returns these error codes */
|
/prebuilt/windows/sdl/include/SDL/ |
SDL_stdinc.h | 72 # include <iconv.h> 564 /* The SDL implementation of iconv() returns these error codes */
|
/external/bison/build-aux/ |
Makefile | 50 $(top_srcdir)/m4/hash.m4 $(top_srcdir)/m4/iconv.m4 \
|
/external/bison/data/ |
Makefile | 50 $(top_srcdir)/m4/hash.m4 $(top_srcdir)/m4/iconv.m4 \
|
/external/bison/src/ |
Makefile | 52 $(top_srcdir)/m4/hash.m4 $(top_srcdir)/m4/iconv.m4 \
|
/external/bison/tests/ |
Makefile | 49 $(top_srcdir)/m4/hash.m4 $(top_srcdir)/m4/iconv.m4 \
|
/external/elfutils/lib/ |
Makefile | 47 $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/lib-ld.m4 \
|
/external/elfutils/libcpu/ |
Makefile | 45 $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/lib-ld.m4 \
|