/third_party/musl/libc-test/src/regression/ |
H A D | iconv-roundtrips.c | 29 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/ |
H A D | iconv_open.c | 17 cd = iconv_open(bad, bad); in main() 19 t_error("iconv_open(\"%s\",\"%s\") didn't fail\n", bad, bad); in main() 21 t_error("iconv_open(\"%s\",\"%s\") did not fail with EINVAL, got %s\n", bad, bad, strerror(errno)); in main() 24 cd = iconv_open("UTF-8", "UTF-8"); in main() 26 t_error("iconv_open(\"\",\"\") failed: %s\n", strerror(errno)); in main()
|
H A D | iconv_test.c | 55 iconv_t cd = iconv_open(param->to, param->from);
in IconvTest()
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | iconv.h | 16 iconv_t iconv_open(const char *, const char *);
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | iconv.h | 16 iconv_t iconv_open(const char *, const char *);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | iconv.h | 16 iconv_t iconv_open(const char *, const char *);
|
/third_party/musl/include/ |
H A D | iconv.h | 16 iconv_t iconv_open(const char *, const char *);
|
/third_party/musl/libc-test/src/api/ |
H A D | iconv.c | 9 {iconv_t(*p)(const char*,const char*) = iconv_open;} in f()
|
/third_party/toybox/toys/posix/ |
H A D | iconv.c | 69 if ((iconv_t)-1 == (TT.ic = iconv_open(TT.t, TT.f))) in iconv_main()
|
/third_party/curl/packages/OS400/ |
H A D | curlmain.c | 73 cd = iconv_open(tocode, fromcode); in main()
|
H A D | ccsidcurl.c | 55 #define ICONV_ID_SIZE 32 /* Size of iconv_open() code identifier. */ 65 *** Convert a CCSID to the corresponding IBM iconv_open() character in makeOS400IconvCode() 90 *** Like iconv_open(), but character codes are given as CCSIDs. in iconv_open_CCSID() 93 *** See iconv_open() IBM description in "National Language Support API". in iconv_open_CCSID() 103 return iconv_open(tocode, fromcode); in iconv_open_CCSID()
|
/third_party/lame/frontend/ |
H A D | parse.c | 77 #if defined(__KLIBC__) && !defined(iconv_open) 78 /* kLIBC iconv_open() does not support UTF-16LE and //TRANSLIT */ 108 return iconv_open(to, from); in os2_iconv_open() 111 #define iconv_open(t, f) os2_iconv_open(t, f) macro 207 iconv_t xiconv = iconv_open(cur_code, "ISO_8859-1"); in currCharCodeSize() 235 iconv_t xiconv = iconv_open(cur_code, "ISO_8859-1"); 259 iconv_t xiconv = iconv_open(cur_code, "UTF-16LE"); 285 iconv_t xiconv = iconv_open("ISO_8859-1//TRANSLIT", cur_code); in toLatin1() 311 iconv_t xiconv = iconv_open("UTF-16LE//TRANSLIT", cur_code); in toUtf16()
|
/third_party/popt/src/ |
H A D | poptint.c | 83 && (cd = iconv_open(codeset, "UTF-8")) != (iconv_t)-1) in strdup_locale_from_utf8()
|
/third_party/pulseaudio/src/pulse/ |
H A D | utf8.c | 201 cd = iconv_open(to, from); in iconv_simple()
|
/third_party/libfuse/lib/modules/ |
H A D | iconv.c | 699 ic->tofs = iconv_open(from, to); in iconv_new() 705 ic->fromfs = iconv_open(to, from); in iconv_new()
|
/third_party/cups-filters/filter/ |
H A D | texttotext.c | 562 cd = iconv_open(encoding, "UTF-8"); in main()
|
/third_party/musl/porting/uniproton/kernel/src/locale/ |
H A D | iconv.c | 140 iconv_t iconv_open(const char *to, const char *from) in iconv_open() function
|
/third_party/musl/porting/liteos_m/kernel/src/locale/ |
H A D | iconv.c | 140 iconv_t iconv_open(const char *to, const char *from) in iconv_open() function
|
/third_party/musl/src/locale/ |
H A D | iconv.c | 140 iconv_t iconv_open(const char *to, const char *from) in iconv_open() function
|
/third_party/ffmpeg/libavcodec/ |
H A D | decode.c | 760 cd = iconv_open("UTF-8", avctx->sub_charenc); in recode_subtitle() 1579 iconv_t cd = iconv_open("UTF-8", avctx->sub_charenc); in ff_decode_preinit()
|
/third_party/ffmpeg/libavformat/ |
H A D | id3v2.c | 349 iconv_t cd = iconv_open("ISO-8859-1", "UTF-8"); in iso8859_convert_utf8()
|
H A D | mpegts.c | 1316 cd = iconv_open("UTF-8", iso8859); in getstr8() 1320 cd = iconv_open("UTF-8", encodings[*p]); in getstr8() 1323 cd = iconv_open("UTF-8", encodings[0]); in getstr8()
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/ |
H A D | mod.rs | 1713 pub fn iconv_open(tocode: *const ::c_char, fromcode: *const ::c_char) -> iconv_t; in iconv_open() functions
|
/third_party/python/Python/ |
H A D | fileutils.c | 974 iconv_t cd = iconv_open(tocode, fromcode); in _Py_ConvertWCharForm() 976 PyErr_Format(PyExc_ValueError, "iconv_open() failed"); in _Py_ConvertWCharForm()
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/ |
H A D | mod.rs | 2741 pub fn iconv_open(tocode: *const ::c_char, fromcode: *const ::c_char) -> iconv_t; in iconv_open() functions
|