HomeSort by relevance Sort by last modified time
    Searched refs:c_isupper (Results 1 - 2 of 2) sorted by null

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

Completed in 80 milliseconds