Searched defs:ascii_isupper (Results 1 – 8 of 8) sorted by relevance
72 static inline bool ascii_isupper(unsigned char c) { in ascii_isupper() function
147 inline bool ascii_isupper(unsigned char c) { return c >= 'A' && c <= 'Z'; } in ascii_isupper() function
82 inline bool ascii_isupper(char c) { in ascii_isupper() function