Searched defs:IS_LOWER (Results 1 – 5 of 5) sorted by relevance
152 #define IS_LOWER(c) iswlower(c) macro158 #define IS_LOWER(c) islower((unsigned char) (c)) macro163 #define IS_LOWER(c) ASCII_IS_LOWER(c) macro
213 #define IS_LOWER(c) ((c) >= 'a' && (c) <= 'z') macro