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

/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/include/idn/
H A Ducs4.h73 idn_ucs4_utf8toucs4(const char *utf8, unsigned long *ucs4, size_t tolen);
76 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 Ducs4.c198 idn_ucs4_utf8toucs4(const char *utf8, unsigned long *ucs4, size_t tolen) { argument
199 const unsigned char *utf8p = (const unsigned char *)utf8;
207 TRACE(("idn_ucs4_utf8toucs4(utf8=\"%s\", tolen=%d)\n",
208 idn__debug_xstring(utf8, 50), (int)tolen));
295 idn_ucs4_ucs4toutf8(const unsigned long *ucs4, char *utf8, size_t tolen) { argument
296 unsigned char *utf8p = (unsigned char *)utf8;
361 TRACE(("idn_ucs4_ucs4toutf8(): success (utf8=\"%s\")\n",
362 idn__debug_xstring(utf8, 50)));
H A Dconverter.c901 char *utf8 = NULL; local
919 utf8 = (char *)malloc(utf8size);
920 if (utf8 == NULL) {
926 r = idn_ucs4_ucs4toutf8(from, utf8, utf8size);
931 new_utf8 = (char *)realloc(utf8, utf8size);
936 utf8 = new_utf8;
959 inleft = strlen(utf8);
960 inbuf = utf8;
1009 free(utf8);
1018 char *utf8 local
[all...]
H A Dutf8.c2 static char *rcsid = "$Id: utf8.c,v 1.1 2003/06/04 00:26:44 marka Exp $";
53 #include <idn/utf8.h>
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/tools/idnconv/
H A Dselectiveencode.c55 #include <idn/utf8.h>
H A Dutil.c61 #include <idn/utf8.h>
H A Didnconv.c66 #include <idn/utf8.h>

Completed in 36 milliseconds