Lines Matching defs:to
9 * By using this file, you agree to the terms and conditions set forth bellow.
28 * distribution the "Copyright Notice" refers to the following language:
31 * 4. The name of JPNIC may not be used to endorse or promote products
268 const char *tld, unsigned long *to, size_t tolen) {
274 assert(ctx != NULL && from != NULL && to != NULL);
316 memcpy(to, from, (fromlen + 1) * sizeof(*from));
319 r = idn_mapper_map(mapper, from, to, tolen);
327 TRACE(("idn_mapselector_map(): succcess (to=\"%s\")\n",
328 idn__debug_ucs4xstring(to, 50)));
337 const unsigned long *tld, unsigned long *to,
342 assert(ctx != NULL && from != NULL && to != NULL);
356 r = idn_mapselector_map(ctx, from, tld_utf8, to, tolen);
359 TRACE(("idn_mapselector_map2(): success (to=\"%s\")\n",
360 idn__debug_ucs4xstring(to, 50)));