HomeSort by relevance Sort by last modified time
    Searched refs:iconv (Results 1 - 25 of 55) sorted by null

1 2 3

  /external/elfutils/m4/
Makefile.am 29 EXTRA_DIST = codeset.m4 gettext.m4 iconv.m4 lcmessage.m4 progtest.m4
  /ndk/sources/android/support/include/
iconv.h 40 size_t iconv(iconv_t, char**, size_t*, char**, size_t*);
  /prebuilts/gcc/linux-x86/host/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 */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/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.7-4.6/sysroot/usr/include/
iconv.h 43 extern size_t iconv (iconv_t __cd, char **__restrict __inbuf,
56 #endif /* iconv.h */
  /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);
  /prebuilts/gcc/linux-x86/host/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...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
codecvt_specializations.h 42 #include <iconv.h>
48 /// Extension to use iconv for dealing with character encodings.
167 "creating iconv input descriptor failed"));
174 "creating iconv output descriptor failed"));
229 // This partial specialization takes advantage of iconv to provide
295 // argument to iconv(): SUSv2 and others use 'const char**', but glibc 2.2
322 // Argument list for iconv specifies a byte sequence. Thus,
342 __conv = __iconv_adaptor(iconv, __desc, &__cfrom,
349 __conv = __iconv_adaptor(iconv, __desc, &__cfrom, &__fbytes,
387 // Argument list for iconv specifies a byte sequence. Thus
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
codecvt_specializations.h 42 #include <iconv.h>
48 /// Extension to use iconv for dealing with character encodings.
167 "creating iconv input descriptor failed"));
174 "creating iconv output descriptor failed"));
229 // This partial specialization takes advantage of iconv to provide
295 // argument to iconv(): SUSv2 and others use 'const char**', but glibc 2.2
322 // Argument list for iconv specifies a byte sequence. Thus,
342 __conv = __iconv_adaptor(iconv, __desc, &__cfrom,
349 __conv = __iconv_adaptor(iconv, __desc, &__cfrom, &__fbytes,
387 // Argument list for iconv specifies a byte sequence. Thus
    [all...]
  /prebuilts/ndk/5/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...]
  /prebuilts/ndk/6/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...]
  /prebuilts/ndk/7/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...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/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...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
codecvt_specializations.h 42 #include <iconv.h>
48 /// Extension to use iconv for dealing with character encodings.
167 "creating iconv input descriptor failed"));
174 "creating iconv output descriptor failed"));
229 // This partial specialization takes advantage of iconv to provide
295 // argument to iconv(): SUSv2 and others use 'const char**', but glibc 2.2
322 // Argument list for iconv specifies a byte sequence. Thus,
342 __conv = __iconv_adaptor(iconv, __desc, &__cfrom,
349 __conv = __iconv_adaptor(iconv, __desc, &__cfrom, &__fbytes,
387 // Argument list for iconv specifies a byte sequence. Thus
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
codecvt_specializations.h 42 #include <iconv.h>
48 /// Extension to use iconv for dealing with character encodings.
167 "creating iconv input descriptor failed"));
174 "creating iconv output descriptor failed"));
229 // This partial specialization takes advantage of iconv to provide
295 // argument to iconv(): SUSv2 and others use 'const char**', but glibc 2.2
322 // Argument list for iconv specifies a byte sequence. Thus,
342 __conv = __iconv_adaptor(iconv, __desc, &__cfrom,
349 __conv = __iconv_adaptor(iconv, __desc, &__cfrom, &__fbytes,
387 // Argument list for iconv specifies a byte sequence. Thus
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
codecvt_specializations.h 42 #include <iconv.h>
48 /// Extension to use iconv for dealing with character encodings.
167 "creating iconv input descriptor failed"));
174 "creating iconv output descriptor failed"));
229 // This partial specialization takes advantage of iconv to provide
295 // argument to iconv(): SUSv2 and others use 'const char**', but glibc 2.2
322 // Argument list for iconv specifies a byte sequence. Thus,
342 __conv = __iconv_adaptor(iconv, __desc, &__cfrom,
349 __conv = __iconv_adaptor(iconv, __desc, &__cfrom, &__fbytes,
387 // Argument list for iconv specifies a byte sequence. Thus
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
codecvt_specializations.h 42 #include <iconv.h>
48 /// Extension to use iconv for dealing with character encodings.
167 "creating iconv input descriptor failed"));
174 "creating iconv output descriptor failed"));
229 // This partial specialization takes advantage of iconv to provide
295 // argument to iconv(): SUSv2 and others use 'const char**', but glibc 2.2
322 // Argument list for iconv specifies a byte sequence. Thus,
342 __conv = __iconv_adaptor(iconv, __desc, &__cfrom,
349 __conv = __iconv_adaptor(iconv, __desc, &__cfrom, &__fbytes,
387 // Argument list for iconv specifies a byte sequence. Thus
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/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/chromium_org/third_party/libxml/src/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/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.
  /external/iputils/
iputils.spec 63 iconv -f ISO88591 -t UTF8 RELNOTES -o RELNOTES.tmp
  /external/qemu/distrib/sdl-1.2.15/
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
  /ndk/sources/android/support/src/musl-locale/
iconv.c 1 #include <iconv.h>
142 size_t iconv(iconv_t cd0, char **restrict in, size_t *restrict inb, char **restrict out, size_t *restrict outb) function
  /ndk/sources/android/support/
Android.mk 51 src/musl-locale/iconv.c \

Completed in 1233 milliseconds

1 2 3