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

Function _cups_islower

cups/string-private.h:97–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95}
96
97_CUPS_INLINE int /* O - 1 on match, 0 otherwise */
98_cups_islower(int ch) /* I - Character to test */
99{
100 return (ch >= 'a' && ch <= 'z');
101}
102
103_CUPS_INLINE int /* O - 1 on match, 0 otherwise */
104_cups_isspace(int ch) /* I - Character to test */

Callers 2

pwg_unppdize_nameFunction · 0.85
_cups_toupperFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected