Searched defs:_conv (Results 1 – 2 of 2) sorted by relevance
48 struct _conv { struct49 char2wchar_t sys2int;50 wchar2char_t int2sys;51 char2wchar_t file2int;52 wchar2char_t int2file;53 char2wchar_t input2int;54 iconv_t id[IC_IE_TO_UTF16 + 1];
536 _conv(const int n, const char * const format, char * const pt, in _conv() function