Home
last modified time | relevance | path

Searched refs:utf8dest (Results 1 – 1 of 1) sorted by relevance

/external/libcups/cups/
Dtesti18n.c142 cups_utf8_t utf8dest[1024]; /* UTF-8 destination string */ in main() local
181 if (cupsCharsetToUTF8(utf8dest, line, sizeof(utf8dest), encoding) < 0) in main()
187 fputs((char *)utf8dest, stdout); in main()
280 len = cupsCharsetToUTF8(utf8dest, legsrc, 1024, CUPS_ISO8859_1); in main()
285 print_utf8(" utf8dest", utf8dest); in main()
288 else if (memcmp(utf8latin, utf8dest, (size_t)len)) in main()
292 print_utf8(" utf8dest", utf8dest); in main()
331 len = cupsCharsetToUTF8(utf8dest, legsrc, 1024, CUPS_ISO8859_7); in main()
336 print_utf8(" utf8dest", utf8dest); in main()
339 else if (memcmp(utf8greek, utf8dest, (size_t)len)) in main()
[all …]