OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cupsUTF8ToUTF32
(Results
1 - 3
of
3
) sorted by null
/external/libcups/cups/
transcode.h
63
extern int
cupsUTF8ToUTF32
(cups_utf32_t *dest,
testi18n.c
207
*
cupsUTF8ToUTF32
210
fputs("
cupsUTF8ToUTF32
of utfdemo.txt: ", stdout);
216
if (
cupsUTF8ToUTF32
(utf32dest, (cups_utf8_t *)line, 1024) < 0)
541
len =
cupsUTF8ToUTF32
(utf32dest, utf8good, 1024);
563
len =
cupsUTF8ToUTF32
(utf32dest, utf8bad, 1024);
transcode.c
323
* '
cupsUTF8ToUTF32
()' - Convert UTF-8 to UTF-32.
339
cupsUTF8ToUTF32
(
354
DEBUG_printf(("2
cupsUTF8ToUTF32
(dest=%p, src=\"%s\", maxout=%d)", (void *)dest, src, maxout));
361
DEBUG_puts("3
cupsUTF8ToUTF32
: Returning -1 (bad arguments)");
386
DEBUG_printf(("4
cupsUTF8ToUTF32
: %02x => %08X", src[-1], ch));
398
DEBUG_puts("3
cupsUTF8ToUTF32
: Returning -1 (bad UTF-8 sequence)");
411
DEBUG_puts("3
cupsUTF8ToUTF32
: Returning -1 (bad UTF-8 sequence)");
418
DEBUG_printf(("4
cupsUTF8ToUTF32
: %02x %02x => %08X",
430
DEBUG_puts("3
cupsUTF8ToUTF32
: Returning -1 (bad UTF-8 sequence)");
440
DEBUG_puts("3
cupsUTF8ToUTF32
: Returning -1 (bad UTF-8 sequence)")
[
all
...]
Completed in 729 milliseconds