/external/e2fsprogs/intl/ |
relocatable.c | 57 # include <iconv.h>
|
dcigettext.c | 935 if (iconv (domain->conv, 1155 as question marks (if using glibc's iconv()) or as invalid 8-bit 1156 characters (because other iconv()s refuse to convert most non-ASCII [all...] |
/toolchain/binutils/binutils-2.25/intl/ |
relocatable.c | 52 # include <iconv.h>
|
dcigettext.c | 940 if (iconv (domain->conv, 1166 as question marks (if using glibc's iconv()) or as invalid 8-bit 1167 characters (because other iconv()s refuse to convert most non-ASCII [all...] |
configure | [all...] |
/ndk/sources/android/support/ |
Android.mk | 52 src/musl-locale/iconv.c \
|
/toolchain/binutils/binutils-2.25/binutils/ |
winduni.c | 45 #include <iconv.h> 720 ret = iconv (cd, & tmp_s, & s_left, & tmp_d, & d_left);
|
/prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/ |
SDL_stdinc.h | 87 # include <iconv.h> 371 /* The SDL implementation of iconv() returns these error codes */
|
/prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/ |
SDL_stdinc.h | 87 # include <iconv.h> 371 /* The SDL implementation of iconv() returns these error codes */
|
/prebuilts/misc/windows/sdl2/include/ |
SDL_stdinc.h | 77 # include <iconv.h> 361 /* The SDL implementation of iconv() returns these error codes */
|
/prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/ |
SDL_stdinc.h | 87 # include <iconv.h> 371 /* The SDL implementation of iconv() returns these error codes */
|
/external/curl/packages/OS400/ |
ccsidcurl.c | 26 #include <iconv.h> 64 *** This code is specific to the OS400 implementation of the iconv library. 152 if((int) iconv(cd, (char * *) &s, &lslen, &d, &dlen) < 0)
|
/external/libxml2/os400/iconv/bldcsndfa/ |
bldcsndfa.c | 19 #include <iconv.h> 665 iconv(icc, &srcp, &srcc, &dstp, &dstc); [all...] |
/external/toybox/generated/ |
globals.h | 578 // toys/pending/iconv.c 1366 struct iconv_data iconv; member in union:global_union
|
newtoys.h | 97 USE_ICONV(NEWTOY(iconv, "cst:f:", TOYFLAG_USR|TOYFLAG_BIN))
|
/external/libmtp/src/ |
ptp-pack.c | 4 #include <iconv.h> 117 /* copy to string[] to ensure correct alignment for iconv(3) */ 129 nconv = iconv(params->cd_ucs2_to_locale, &src, &srclen, 134 /* try the old way, in case iconv is broken */ 175 nconv = iconv(params->cd_locale_to_ucs2, &stringp, &convlen, [all...] |
/external/curl/lib/ |
urldata.h | 407 #include <iconv.h> [all...] |
/ndk/sources/host-tools/make-3.81/w32/ |
Makefile | 60 $(top_srcdir)/config/gettext.m4 $(top_srcdir)/config/iconv.m4 \
|
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/ |
const.go | 1413 func iconv(x int64, et int) int64 { func 1468 i = iconv(i, tt)
|
/prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/ |
const.go | 1410 func iconv(x int64, et int) int64 { func 1465 i = iconv(i, tt)
|
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/ |
const.go | 1413 func iconv(x int64, et int) int64 { func 1468 i = iconv(i, tt)
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/gc/ |
const.go | 1410 func iconv(x int64, et int) int64 { func 1465 i = iconv(i, tt)
|
/external/ipsec-tools/src/racoon/ |
ipsec_doi.c | 91 #include <iconv.h> 808 rv = iconv(cd, (__iconv_const char **)&src, &srcleft, [all...] |
/external/libexif/ |
configure | [all...] |
/external/bison/djgpp/ |
config.bat | 457 test -f /dev/env/DJDIR/include/iconv.h
|