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

/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/include/idn/
H A Ducs4.h62 idn_ucs4_ucs4toutf16(const unsigned long *ucs4, unsigned short *utf16,
66 idn_ucs4_utf16toucs4(const unsigned short *utf16, unsigned long *ucs4,
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/lib/
H A Ducs4.c83 idn_ucs4_ucs4toutf16(const unsigned long *ucs4, unsigned short *utf16, argument
85 unsigned short *utf16p = utf16;
132 TRACE(("idn_ucs4_ucs4toutf16(): success (utf16=\"%s\")\n",
133 idn__debug_utf16xstring(utf16, 50)));
142 idn_ucs4_utf16toucs4(const unsigned short *utf16, unsigned long *ucs4, argument
148 TRACE(("idn_ucs4_utf16toucs4(utf16=\"%s\", tolen=%d)\n",
149 idn__debug_utf16xstring(utf16, 50), (int)tolen));
151 while (*utf16 != '\0') {
152 v0 = *utf16;
160 v1 = *(utf16
[all...]

Completed in 9 milliseconds