OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cupsUTF32ToUTF8
(Results
1 - 3
of
3
) sorted by null
/external/libcups/cups/
transcode.h
66
extern int
cupsUTF32ToUTF8
(cups_utf8_t *dest,
testi18n.c
550
len =
cupsUTF32ToUTF8
(utf8dest, utf32src, 1024);
transcode.c
543
* '
cupsUTF32ToUTF8
()' - Convert UTF-32 to UTF-8.
559
cupsUTF32ToUTF8
(
574
DEBUG_printf(("2
cupsUTF32ToUTF8
(dest=%p, src=%p, maxout=%d)", (void *)dest, (void *)src, maxout));
581
DEBUG_puts("3
cupsUTF32ToUTF8
: Returning -1 (bad args)");
593
DEBUG_printf(("4
cupsUTF32ToUTF8
: swap=%d", swap));
620
DEBUG_puts("3
cupsUTF32ToUTF8
: Returning -1 (character out of range)");
638
DEBUG_printf(("4
cupsUTF32ToUTF8
: %08x => %02x", (unsigned)ch, dest[-1]));
648
DEBUG_puts("3
cupsUTF32ToUTF8
: Returning -1 (too long 2)");
657
DEBUG_printf(("4
cupsUTF32ToUTF8
: %08x => %02x %02x", (unsigned)ch,
668
DEBUG_puts("3
cupsUTF32ToUTF8
: Returning -1 (too long 3)")
[
all
...]
Completed in 74 milliseconds