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
97 unsigned long *to, size_t tolen);
99 unsigned long *to,
250 unsigned long *to, size_t tolen) {
260 assert(ctx != NULL && from != NULL && to != NULL);
270 idn_ucs4_strcpy(to, from);
287 * Choose destination area to restore the result of a mapping.
290 dst = to;
320 if (r == idn_buffer_overflow && dst != to) {
336 TRACE(("idn_normalizer_normalize(): success (to=\"%s\")\n",
337 idn__debug_ucs4xstring(to, 50)));
409 "failed to register \"%-.100s\"\n",
425 normalizer_formkc(const unsigned long *from, unsigned long *to, size_t tolen) {
427 return (idn__unormalize_formkc(vcur, from, to, tolen));
435 normalizer_formkc_v320(const unsigned long *from, unsigned long *to,
438 return (idn__unormalize_formkc(v320, from, to, tolen));