Home
last modified time | relevance | path

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

/third_party/cups-filters/cupsfilters/
Dppdgenerator.c153 _cups_isupper(int ch) /* I - Character to test */ in _cups_isupper() function
161 return (_cups_isupper(ch) ? ch - 'A' + 'a' : ch); in _cups_tolower()