Lines Matching defs:from_lcd
467 XLCd from_lcd,
473 return create_conv(from_lcd, &methods_cstoutf8);
682 XLCd from_lcd,
687 return create_tocs_conv(from_lcd, &methods_utf8tocs);
780 XLCd from_lcd,
785 return create_tocs_conv(from_lcd, &methods_utf8tocs1);
856 XLCd from_lcd,
861 return create_conv(from_lcd, &methods_utf8tostr);
913 XLCd from_lcd,
918 return create_conv(from_lcd, &methods_strtoutf8);
1056 XLCd from_lcd,
1061 return create_ucstocs_conv(from_lcd, &methods_ucstocs1);
1117 XLCd from_lcd,
1122 return create_conv(from_lcd, &methods_ucstoutf8);
1204 XLCd from_lcd,
1209 return create_conv(from_lcd, &methods_utf8towcs);
1269 XLCd from_lcd,
1274 return create_conv(from_lcd, &methods_wcstoutf8);
1321 XLCd from_lcd,
1326 return create_conv(from_lcd, &methods_strtowcs);
1383 XLCd from_lcd,
1388 return create_conv(from_lcd, &methods_wcstostr);
1465 XLCd from_lcd,
1471 return create_conv(from_lcd, &methods_cstowcs);
1559 XLCd from_lcd,
1564 return create_tocs_conv(from_lcd, &methods_wcstocs);
1647 XLCd from_lcd,
1652 return create_tocs_conv(from_lcd, &methods_wcstocs1);
1699 XLCd from_lcd,
1704 return create_conv(from_lcd, &methods_identity);
1788 XLCd from_lcd,
1793 return create_tofontcs_conv(from_lcd, &methods_wcstocs);
1798 XLCd from_lcd,
1803 return create_tofontcs_conv(from_lcd, &methods_utf8tocs);
1888 open_iconv_cstombs(XLCd from_lcd, const char *from_type, XLCd to_lcd, const char *to_type)
1891 return create_conv(from_lcd, &iconv_cstombs_methods);
1983 open_iconv_mbstocs(XLCd from_lcd, const char *from_type, XLCd to_lcd, const char *to_type)
1985 return create_tocs_conv(from_lcd, &iconv_mbstocs_methods);
2078 open_iconv_mbtocs(XLCd from_lcd, const char *from_type, XLCd to_lcd, const char *to_type)
2080 return create_tocs_conv(from_lcd, &iconv_mbtocs_methods );
2146 open_iconv_mbstostr(XLCd from_lcd, const char *from_type, XLCd to_lcd, const char *to_type)
2148 return create_conv(from_lcd, &iconv_mbstostr_methods);
2192 open_iconv_strtombs(XLCd from_lcd, const char *from_type, XLCd to_lcd, const char *to_type)
2194 return create_conv(from_lcd, &iconv_strtombs_methods);
2253 open_iconv_mbstowcs(XLCd from_lcd, const char *from_type, XLCd to_lcd, const char *to_type)
2255 return create_conv(from_lcd, &iconv_mbstowcs_methods);
2300 open_iconv_wcstombs(XLCd from_lcd, const char *from_type, XLCd to_lcd, const char *to_type)
2302 return create_conv(from_lcd, &iconv_wcstombs_methods);
2307 XLCd from_lcd,
2312 return create_tofontcs_conv(from_lcd, &iconv_mbstocs_methods);