Home
last modified time | relevance | path

Searched refs:iconv_open (Results 1 – 25 of 41) sorted by relevance

12

/third_party/musl/libc-test/src/regression/
Diconv-roundtrips.c29 iconv_t there = iconv_open("UTF-8", test_charsets[i]); in main()
31 iconv_t andback = iconv_open(test_charsets[i], "UTF-8"); in main()
/third_party/musl/libc-test/src/functional/
Diconv_open.c17 cd = iconv_open(bad, bad); in main()
24 cd = iconv_open("UTF-8", "UTF-8"); in main()
Dtest_src_functional.gni19 "iconv_open",
/third_party/musl/porting/liteos_m/kernel/include/
Diconv.h16 iconv_t iconv_open(const char *, const char *);
/third_party/musl/porting/uniproton/kernel/include/
Diconv.h16 iconv_t iconv_open(const char *, const char *);
/third_party/musl/include/
Diconv.h16 iconv_t iconv_open(const char *, const char *);
/third_party/musl/ndk_musl_include/
Diconv.h16 iconv_t iconv_open(const char *, const char *);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Diconv.h16 iconv_t iconv_open(const char *, const char *);
/third_party/musl/libc-test/src/api/
Diconv.c9 {iconv_t(*p)(const char*,const char*) = iconv_open;} in f()
/third_party/toybox/toys/posix/
Diconv.c69 if ((iconv_t)-1 == (TT.ic = iconv_open(TT.t, TT.f))) in iconv_main()
/third_party/curl/packages/OS400/
Dcurlmain.c73 cd = iconv_open(tocode, fromcode); in main()
Dccsidcurl.c103 return iconv_open(tocode, fromcode); in iconv_open_CCSID()
/third_party/e2fsprogs/
D1005-read-vfat-chinese-label.patch59 + cd = iconv_open(to_charset, from_charset);
/third_party/popt/src/
Dpoptint.c83 && (cd = iconv_open(codeset, "UTF-8")) != (iconv_t)-1) in strdup_locale_from_utf8()
/third_party/pulseaudio/src/pulse/
Dutf8.c201 cd = iconv_open(to, from); in iconv_simple()
/third_party/libfuse/lib/modules/
Diconv.c699 ic->tofs = iconv_open(from, to); in iconv_new()
705 ic->fromfs = iconv_open(to, from); in iconv_new()
/third_party/musl/porting/uniproton/kernel/src/locale/
Diconv.c140 iconv_t iconv_open(const char *to, const char *from) in iconv_open() function
/third_party/musl/porting/liteos_m/kernel/src/locale/
Diconv.c140 iconv_t iconv_open(const char *to, const char *from) in iconv_open() function
/third_party/musl/src/locale/
Diconv.c140 iconv_t iconv_open(const char *to, const char *from) in iconv_open() function
/third_party/cups-filters/filter/
Dtexttotext.c562 cd = iconv_open(encoding, "UTF-8"); in main()
/third_party/rust/crates/libc/libc-test/semver/
Dnetbsd.txt1280 iconv_open
Ddragonfly.txt1319 iconv_open
/third_party/ffmpeg/libavcodec/
Davcodec.c407 iconv_t cd = iconv_open("UTF-8", avctx->sub_charenc); in avcodec_open2()
/third_party/ffmpeg/libavformat/
Did3v2.c322 iconv_t cd = iconv_open("ISO-8859-1", "UTF-8"); in iso8859_convert_utf8()
/third_party/gstreamer/gstreamer/tests/check/
Dgstreamer.supp490 fun:iconv_open
507 fun:iconv_open
525 fun:iconv_open
545 fun:iconv_open

12