Searched refs:_cups_tolower (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/cups-372.4/cups/cups/
H A Dstring.c619 if (_cups_tolower(*s) < _cups_tolower(*t))
621 else if (_cups_tolower(*s) > _cups_tolower(*t))
647 if (_cups_tolower(*s) < _cups_tolower(*t))
649 else if (_cups_tolower(*s) > _cups_tolower(*t))
H A Dstring-private.h124 _cups_tolower(int ch) /* I - Character to convert */ function
140 extern int _cups_tolower(int ch);
H A Dipp.c6607 *bufptr++ = _cups_tolower(*value);

Completed in 87 milliseconds