Searched defs:ucs4 (Results 1 - 3 of 3) sorted by relevance

/bind-9.11.3/contrib/idn/idnkit-1.0-src/lib/
H A Dchecker.c365 idn_checker_lookup(idn_checker_t ctx, const unsigned long *ucs4, argument
371 assert(ctx != NULL && ucs4 != NULL && found != NULL);
373 TRACE(("idn_checker_lookup(ucs4=\"%s\")\n",
374 idn__debug_ucs4xstring(ucs4, 50)));
385 r = (ctx->schemes[i].lookup)(ctx->schemes[i].context, ucs4,
H A Ducs4.c2 static char *rcsid = "$Id: ucs4.c,v 1.1 2003/06/04 00:26:14 marka Exp $";
57 #include <idn/ucs4.h>
83 idn_ucs4_ucs4toutf16(const unsigned long *ucs4, unsigned short *utf16, argument
89 TRACE(("idn_ucs4_ucs4toutf16(ucs4=\"%s\", tolen=%d)\n",
90 idn__debug_ucs4xstring(ucs4, 50), (int)tolen));
92 while (*ucs4 != '\0') {
93 v = *ucs4++;
142 idn_ucs4_utf16toucs4(const unsigned short *utf16, unsigned long *ucs4, argument
144 unsigned long *ucs4p = ucs4;
188 TRACE(("idn_ucs4_utf16toucs4(): success (ucs4
198 idn_ucs4_utf8toucs4(const char *utf8, unsigned long *ucs4, size_t tolen) argument
295 idn_ucs4_ucs4toutf8(const unsigned long *ucs4, char *utf8, size_t tolen) argument
371 idn_ucs4_strlen(const unsigned long *ucs4) argument
[all...]
H A Dunormalize.c57 #include <idn/ucs4.h>
74 unsigned long *ucs4; /* UCS-4 characters */ member in struct:__anon91
221 r = idn__unicode_decompose(wb->version, compat, wb->ucs4 + wb->last,
250 wb->ucs4[i]);
262 c = wb->ucs4[i];
266 wb->ucs4[i] = wb->ucs4[i - 1];
269 wb->ucs4[i] = c;
277 unsigned long *ucs4; local
287 ucs4
[all...]

Completed in 1425 milliseconds