Searched defs:ascii_isupper (Results 1 – 2 of 2) sorted by relevance
147 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