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