Searched refs:tocode (Results 1 – 11 of 11) sorted by relevance
/third_party/flutter/skia/third_party/externals/sdl/src/stdlib/ |
D | SDL_iconv.c | 51 SDL_iconv_open(const char *tocode, const char *fromcode) in SDL_iconv_open() argument 53 return (SDL_iconv_t) ((size_t) iconv_open(tocode, fromcode)); in SDL_iconv_open() 207 SDL_iconv_open(const char *tocode, const char *fromcode) in SDL_iconv_open() argument 218 if (!tocode || !*tocode) { in SDL_iconv_open() 219 tocode = getlocale(tocode_buffer, sizeof(tocode_buffer)); in SDL_iconv_open() 228 if (SDL_strcasecmp(tocode, encodings[i].name) == 0) { in SDL_iconv_open() 862 SDL_iconv_string(const char *tocode, const char *fromcode, const char *inbuf, in SDL_iconv_string() argument 872 cd = SDL_iconv_open(tocode, fromcode); in SDL_iconv_string() 875 if (!tocode || !*tocode) { in SDL_iconv_string() 876 tocode = "UTF-8"; in SDL_iconv_string() [all …]
|
/third_party/libxml2/os400/ |
D | libxmlmain.c | 45 char tocode[32]; in main() local 52 strncpy(tocode, "IBMCCSID01208", sizeof tocode); in main() 54 cd = iconv_open(tocode, fromcode); in main()
|
/third_party/libxml2/os400/iconv/ |
D | iconv.c | 94 IconvOpen(const char * tocode, const char * fromcode) in IconvOpen() argument 97 int toccsid = findEncoding(&tocode); in IconvOpen()
|
D | iconv.h | 22 Iconv_t IconvOpen(const char * tocode, const char * fromcode);
|
/third_party/libxml2/os400/iconv/bldcsndfa/ |
D | bldcsndfa.c | 261 char tocode[33]; in iconv_open_ccsid() local 264 makecode(tocode, ccsidout); in iconv_open_ccsid() 265 memset(tocode + 13, 0, sizeof tocode - 13); in iconv_open_ccsid() 270 return iconv_open(tocode, fromcode); in iconv_open_ccsid()
|
/third_party/flutter/skia/third_party/externals/sdl/include/ |
D | SDL_stdinc.h | 472 extern DECLSPEC SDL_iconv_t SDLCALL SDL_iconv_open(const char *tocode, 482 extern DECLSPEC char *SDLCALL SDL_iconv_string(const char *tocode,
|
/third_party/python/Python/ |
D | fileutils.c | 955 const char *tocode, const char *fromcode) in _Py_ConvertWCharForm() argument 972 iconv_t cd = iconv_open(tocode, fromcode); in _Py_ConvertWCharForm()
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/ |
D | mod.rs | 1713 pub fn iconv_open(tocode: *const ::c_char, fromcode: *const ::c_char) -> iconv_t; in iconv_open()
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/ |
D | mod.rs | 2741 pub fn iconv_open(tocode: *const ::c_char, fromcode: *const ::c_char) -> iconv_t; in iconv_open()
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
D | mod.rs | 4438 pub fn iconv_open(tocode: *const ::c_char, fromcode: *const ::c_char) -> iconv_t; in iconv_open()
|
/third_party/rust/crates/libc/src/unix/bsd/apple/ |
D | mod.rs | 5912 pub fn iconv_open(tocode: *const ::c_char, fromcode: *const ::c_char) -> iconv_t; in iconv_open()
|