Searched defs:isupper (Results 1 – 11 of 11) sorted by relevance
55 #define isupper(ch) ((ch) >= 'A' && (ch) <= 'Z') macro
28 isupper(int c) in isupper() function
71 #define isupper(c) (AcpiGbl_Ctypes[(unsigned char)(c)] & (_ACPI_UP)) macro
95 int isupper(c) in isupper() function
91 isupper(char c) in isupper() function
54 #define isupper(c) ((__ctype + 1)[c] & _U) macro
42 #define isupper(c) ((_ctype_+1)[c]&_U) macro
76 #define isupper(c) ((_ctype_ + 1)[c] & _U) macro
686 isupper(int c) in isupper() function
71 #define isupper(x) (((unsigned)(x) >= 'A') && ((unsigned)(x) <= 'Z')) macro
129 #define isupper(x) (((unsigned)(x) >= 'A') && ((unsigned)(x) <= 'Z')) macro