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

/ast/src/lib/libast/comp/
H A Diconv.c46 #define _ast_iconv_t iconv_t macro
238 static _ast_iconv_t
245 return (_ast_iconv_t)(-1);
247 return (_ast_iconv_t)(-1);
251 return (_ast_iconv_t)cc;
260 _win_iconv(_ast_iconv_t cd, char** fb, size_t* fn, char** tb, size_t* tn)
531 utf2bin(_ast_iconv_t cd, char** fb, size_t* fn, char** tb, size_t* tn)
605 bin2utf(_ast_iconv_t cd, char** fb, size_t* fn, char** tb, size_t* tn)
715 ume2bin(_ast_iconv_t cd, char** fb, size_t* fn, char** tb, size_t* tn)
791 bin2ume(_ast_iconv_t c
[all...]

Completed in 12 milliseconds