Searched defs:islower (Results 1 – 11 of 11) sorted by relevance
52 #define islower(ch) ((ch) >= 'a' && (ch) <= 'z') macro
35 islower(int c) in islower() function
72 #define islower(c) (AcpiGbl_Ctypes[(unsigned char)(c)] & (_ACPI_LO)) macro
101 int islower(c) in islower() function
55 #define islower(c) ((__ctype + 1)[c] & _L) macro
84 islower(char c) in islower() function
43 #define islower(c) ((_ctype_+1)[c]&_L) macro
72 #define islower(c) ((_ctype_ + 1)[c] & _L) macro
692 islower(int c) in islower() function
74 #define islower(x) (((unsigned)(x) >= 'a') && ((unsigned)(x) <= 'z')) macro
135 #define islower(x) (((unsigned)(x) >= 'a') && ((unsigned)(x) <= 'z')) macro