Home
last modified time | relevance | path

Searched refs:wchar_conv_struct (Results 1 – 2 of 2) sorted by relevance

/haiku/src/libs/iconv/
H A Dloop_wchar.h50 struct wchar_conv_struct { struct
65 struct wchar_conv_struct * l_wcd; argument
138 struct wchar_conv_struct * wcd = (struct wchar_conv_struct *) icd; in wchar_from_loop_convert()
238 struct wchar_conv_struct * wcd = (struct wchar_conv_struct *) icd; in wchar_from_loop_reset()
322 struct wchar_conv_struct * wcd = (struct wchar_conv_struct *) icd; in wchar_to_loop_convert()
416 struct wchar_conv_struct * wcd = (struct wchar_conv_struct *) icd; in wchar_to_loop_reset()
H A Diconv.c381 ? sizeof(struct wchar_conv_struct) in iconv_open()
437 struct wchar_conv_struct * wcd = (struct wchar_conv_struct *) cd; in iconv_open()