Searched refs:icd (Results 1 - 4 of 4) sorted by relevance

/haiku/src/libs/iconv/
H A Dloop_wchar.h134 static size_t wchar_from_loop_convert (iconv_t icd, argument
138 struct wchar_conv_struct * wcd = (struct wchar_conv_struct *) icd;
235 static size_t wchar_from_loop_reset (iconv_t icd, argument
238 struct wchar_conv_struct * wcd = (struct wchar_conv_struct *) icd;
318 static size_t wchar_to_loop_convert (iconv_t icd, argument
322 struct wchar_conv_struct * wcd = (struct wchar_conv_struct *) icd;
413 static size_t wchar_to_loop_reset (iconv_t icd, argument
416 struct wchar_conv_struct * wcd = (struct wchar_conv_struct *) icd;
429 static size_t wchar_id_loop_convert (iconv_t icd, argument
433 struct conv_struct * cd = (struct conv_struct *) icd;
456 wchar_id_loop_reset(iconv_t icd, char* * outbuf, size_t *outbytesleft) argument
[all...]
H A Diconv.c57 size_t (*loop_convert) (iconv_t icd,
60 size_t (*loop_reset) (iconv_t icd,
447 size_t iconv (iconv_t icd, argument
451 conv_t cd = (conv_t) icd;
453 return cd->lfuncs.loop_reset(icd,outbuf,outbytesleft);
455 return cd->lfuncs.loop_convert(icd,
460 int iconv_close (iconv_t icd) argument
462 conv_t cd = (conv_t) icd;
469 int iconvctl (iconv_t icd, int request, void* argument) argument
471 conv_t cd = (conv_t) icd;
[all...]
H A Dloop_unicode.h269 static size_t unicode_loop_convert (iconv_t icd, argument
273 conv_t cd = (conv_t) icd;
427 static size_t unicode_loop_reset (iconv_t icd, argument
430 conv_t cd = (conv_t) icd;
/haiku/src/kits/textencoding/
H A Dutf8_conversions.cpp29 int iconvctl(iconv_t icd, int request, void* argument);

Completed in 29 milliseconds