Searched refs:islower (Results 1 – 1 of 1) sorted by relevance
10 static inline int islower(int c) in islower() function22 return isupper(c) || islower(c); in isalpha()42 return islower(c) ? c - 'a' + 'A' : c; in toupper()