Lines Matching refs: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
99 char *to, size_t tolen);
104 const char *from, unsigned long *to, size_t tolen) {
118 r = idn_ucs4_utf8toucs4(from, to, tolen);
150 * Convert to UCS4.
152 r = idn_ucs4_utf16toucs4(buf, to, tolen);
159 TRACE(("idn__race_decode(): succcess (to=\"%s\")\n",
160 idn__debug_ucs4xstring(to, 50)));
243 const unsigned long *from, char *to, size_t tolen) {
244 char *to_org = to;
258 r = idn_ucs4_ucs4toutf8(from, to, tolen);
269 memcpy(to, IDN_RACE_PREFIX, prefixlen);
270 to += prefixlen;
277 * Convert to UTF-16.
319 r = race_compress_encode(buf, compress_mode, to, tolen);
324 TRACE(("idn__race_encode(): succcess (to=\"%s\")\n",
334 char *to, size_t tolen)
390 *to++ = x;
398 *to = '\0';