Home
last modified time | relevance | path

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

/external/libcups/cups/
Dtranscode.c122 cups_utf8_t *destend; /* End of UTF-8 buffer */ in cupsCharsetToUTF8() local
125 destend = dest + maxout - 2; in cupsCharsetToUTF8()
127 while (*src && destptr < destend) in cupsCharsetToUTF8()
244 char *destend; /* End of ISO-8859-1 buffer */ in cupsUTF8ToCharset() local
247 destend = dest + maxout - 1; in cupsUTF8ToCharset()
249 while (*src && destptr < destend) in cupsUTF8ToCharset()