Home
last modified time | relevance | path

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

/external/libcups/cups/
Dtranscode.c117 cups_utf8_t *destend; /* End of UTF-8 buffer */ in cupsCharsetToUTF8() local
120 destend = dest + maxout - 2; in cupsCharsetToUTF8()
122 while (*src && destptr < destend) in cupsCharsetToUTF8()
239 char *destend; /* End of ISO-8859-1 buffer */ in cupsUTF8ToCharset() local
242 destend = dest + maxout - 1; in cupsUTF8ToCharset()
244 while (*src && destptr < destend) in cupsUTF8ToCharset()