Home
last modified time | relevance | path

Searched refs:c_isupper (Results 1 – 3 of 3) sorted by relevance

/external/bison/lib/
Dc-ctype.h132 extern bool c_isupper (int c) _GL_ATTRIBUTE_CONST;
247 #undef c_isupper
248 #define c_isupper(c) \ macro
Dc-strcaseeq.h35 (c_isupper (upper) ? ((other) & ~0x20) == (upper) : (other) == (upper))
38 (c_isupper (upper) ? (other) == (upper) || (other) == (upper) - 'A' + 'a' : (other) == (upper))
Dc-ctype.c273 c_isupper (int c) in c_isupper() function