Home
last modified time | relevance | path

Searched refs:iconv_open (Results 1 – 25 of 50) 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.gni18 "iconv_open",
/third_party/libxml2/os400/
Dtranscode.c87 cd = iconv_open(encoding, "UTF-8"); in xmlTranscodeResult()
167 cd = iconv_open("UTF-8", encoding); in inTranscode()
Dlibxmlmain.c54 cd = iconv_open(tocode, fromcode); in main()
/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/porting/liteos_m/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/libxml2/os400/iconv/
Diconv.h30 #define iconv_open IconvOpen macro
DREADME.iconv8 - The prototype of iconv_open() does not declare parameters as const, although
29 - Prototype of iconv_open() has const parameters.
Diconv.c115 *cd = iconv_open(toibmccsid, fromibmccsid); in IconvOpen()
/third_party/toybox/toys/posix/
Diconv.c69 if ((iconv_t)-1 == (TT.ic = iconv_open(TT.t, TT.f))) in iconv_main()
/third_party/popt/src/
Dpoptint.c83 && (cd = iconv_open(codeset, "UTF-8")) != (iconv_t)-1) in strdup_locale_from_utf8()
/third_party/e2fsprogs/
D1005-read-vfat-chinese-label.patch59 + cd = iconv_open(to_charset, from_charset);
/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/libxml2/
Dencoding.c1711 icv_in = iconv_open("UTF-8", name); in xmlFindCharEncodingHandler()
1712 icv_out = iconv_open(name, "UTF-8"); in xmlFindCharEncodingHandler()
1714 icv_in = iconv_open("UTF-8", upper); in xmlFindCharEncodingHandler()
1717 icv_out = iconv_open(upper, "UTF-8"); in xmlFindCharEncodingHandler()
/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/musl/porting/uniproton/kernel/src/locale/
Diconv.c140 iconv_t iconv_open(const char *to, const char *from) in iconv_open() function
/third_party/flutter/skia/third_party/externals/sdl/src/stdlib/
DSDL_iconv.c53 return (SDL_iconv_t) ((size_t) iconv_open(tocode, fromcode)); in SDL_iconv_open()
/third_party/cups-filters/filter/
Dtexttotext.c562 cd = iconv_open(encoding, "UTF-8"); in main()

12