Searched defs:ascii_isupper (Results 1 – 10 of 10) 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
149 inline bool ascii_isupper(unsigned char c) { return c >= 'A' && c <= 'Z'; } in ascii_isupper() function
163 inline constexpr bool ascii_isupper(unsigned char c) { in ascii_isupper() function
83 inline bool ascii_isupper(char c) { in ascii_isupper() function