Searched refs:c_isupper (Results 1 – 3 of 3) sorted by relevance
132 extern bool c_isupper (int c) _GL_ATTRIBUTE_CONST;247 #undef c_isupper248 #define c_isupper(c) \ macro
35 (c_isupper (upper) ? ((other) & ~0x20) == (upper) : (other) == (upper))38 (c_isupper (upper) ? (other) == (upper) || (other) == (upper) - 'A' + 'a' : (other) == (upper))
273 c_isupper (int c) in c_isupper() function