Searched refs:utf8dest (Results 1 – 1 of 1) sorted by relevance
/external/libcups/cups/ |
D | testi18n.c | 136 cups_utf8_t utf8dest[1024]; /* UTF-8 destination string */ in main() local 175 if (cupsCharsetToUTF8(utf8dest, line, sizeof(utf8dest), encoding) < 0) in main() 181 fputs((char *)utf8dest, stdout); in main() 274 len = cupsCharsetToUTF8(utf8dest, legsrc, 1024, CUPS_ISO8859_1); in main() 279 print_utf8(" utf8dest", utf8dest); in main() 282 else if (memcmp(utf8latin, utf8dest, (size_t)len)) in main() 286 print_utf8(" utf8dest", utf8dest); in main() 325 len = cupsCharsetToUTF8(utf8dest, legsrc, 1024, CUPS_ISO8859_7); in main() 330 print_utf8(" utf8dest", utf8dest); in main() 333 else if (memcmp(utf8greek, utf8dest, (size_t)len)) in main() [all …]
|