MCPcopy Create free account
hub / github.com/OpenPrinting/cups / _cups_isupper

Function _cups_isupper

cups/string-private.h:110–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108}
109
110_CUPS_INLINE int /* O - 1 on match, 0 otherwise */
111_cups_isupper(int ch) /* I - Character to test */
112{
113 return (ch >= 'A' && ch <= 'Z');
114}
115
116_CUPS_INLINE int /* O - Converted character */
117_cups_tolower(int ch) /* I - Character to convert */

Callers 2

pwg_unppdize_nameFunction · 0.85
_cups_tolowerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected