Searched defs:islower (Results 1 – 13 of 13) sorted by relevance
62 #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
84 islower(char c) in islower() function
55 #define islower(c) ((__ctype + 1)[c] & _L) macro
43 #define islower(c) ((_ctype_+1)[c]&_L) macro
72 #define islower(c) ((_ctype_ + 1)[c] & _L) macro
93 #define islower(c) __sbistype((c), _CTYPE_L) macro
693 islower(int c) in islower() function
74 #define islower(x) (((unsigned)(x) >= 'a') && ((unsigned)(x) <= 'z')) macro
210 static __inline int islower(int c) in islower() function
135 #define islower(x) (((unsigned)(x) >= 'a') && ((unsigned)(x) <= 'z')) macro