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

/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/include/idn/
H A Ducs4.h76 idn_ucs4_ucs4toutf8(const unsigned long *ucs4, char *utf8, size_t tolen);
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/lib/
H A Dmapselector.c348 r = idn_ucs4_ucs4toutf8(tld, tld_utf8, sizeof(tld_utf8));
H A Drace.c258 r = idn_ucs4_ucs4toutf8(from, to, tolen);
H A Dres.c429 r = idn_ucs4_ucs4toutf8(buffer, to, tolen);
688 r = idn_ucs4_ucs4toutf8(buffer, to, tolen);
808 r = idn_ucs4_ucs4toutf8(buffer_ucs4, buffer_utf8,
1121 r = idn_ucs4_ucs4toutf8(from, ascii_from, from_length);
1573 r = idn_ucs4_ucs4toutf8(from, buffer, buffer_length);
H A Dpunycode.c223 r = idn_ucs4_ucs4toutf8(from, to, tolen);
H A Ducs4.c295 idn_ucs4_ucs4toutf8(const unsigned long *ucs4, char *utf8, size_t tolen) { function
303 TRACE(("idn_ucs4_ucs4toutf8(ucs4=\"%s\", tolen=%d)\n",
309 WARNING(("idn_ucs4_ucs4toutf8: UCS4 string contains "
333 WARNING(("idn_ucs4_ucs4toutf8: invalid character\n"));
361 TRACE(("idn_ucs4_ucs4toutf8(): success (utf8=\"%s\")\n",
364 TRACE(("idn_ucs4_ucs4toutf8(): %s\n",
H A Dconverter.c781 return idn_ucs4_ucs4toutf8(from, to, tolen);
926 r = idn_ucs4_ucs4toutf8(from, utf8, utf8size);

Completed in 24 milliseconds