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
110 idnconv_strbuf_t *to,
438 * not to try converting newlines, which will result
444 * Convert input line to UTF-8.
460 errormsg("conversion to utf-8 failed at line %d\n",
466 * Perform local mapping and NAMEPREP, and convert to
577 * not to try converting newlines, which will result
584 * encoding and convert it to UTF-8 encoded string.
618 errormsg("conversion to utf-8 failed at line %d\n",
624 * Perform round trip check and convert to the output
679 convert_line(idnconv_strbuf_t *from, idnconv_strbuf_t *to,
686 char *to_str = strbuf_get(to);
687 size_t to_size = strbuf_size(to);
713 if (strbuf_double(to) == NULL) {
734 " (i.e. IDN encoding to local encoding)",