Searched defs:isupper (Results 1 – 13 of 13) sorted by relevance
58 #define isupper(c) _bcs_isupper(c) macro
45 #define isupper(c) ((c) >= 'A' && (c) <= 'Z') macro
172 isupper(int c) in isupper() function
179 #define isupper(c) (AcpiGbl_Ctypes[(unsigned char)(c)] & (_ACPI_UP)) macro
142 #define isupper(c) do_not_use_isupper_with_safe_ctype macro
255 #define isupper(c) __sbistype((c), _CTYPE_U) macro
181 isupper(int c) in isupper() function
109 isupper keyword