Lines Matching defs:to_utf8
1507 iconv_t to_utf8;
1511 to_utf8 = (iconv_t)(-1);
1523 to_utf8 = (iconv_t)(-1);
1526 to_utf8 = iconv_open (UTF8_NAME, encoding);
1527 if (to_utf8 != (iconv_t)(-1))
1530 to_utf8, s, n);
1545 iconv_string_keeping_offsets (to_utf8, s, n, offtable, t, m);
1557 iconv_close (to_utf8);
1561 iconv_close (to_utf8);
1604 iconv_t to_utf8;
1608 to_utf8 = (iconv_t)(-1);
1620 to_utf8 = (iconv_t)(-1);
1623 to_utf8 = iconv_open (UTF8_NAME, encoding);
1624 if (to_utf8 != (iconv_t)(-1))
1627 size_t m = iconv_string_length (to_utf8, s, n);
1646 iconv_string_keeping_offsets (to_utf8, s, n, offtable, t, m);
1668 iconv_close (to_utf8);
1672 iconv_close (to_utf8);