Searched defs:IS_LOWER (Results 1 – 3 of 3) sorted by relevance
139 #define IS_LOWER(c) iswlower(c) macro145 #define IS_LOWER(c) islower((unsigned char) (c)) macro150 #define IS_LOWER(c) ASCII_IS_LOWER(c) macro
170 #define IS_LOWER(c) ((c) >= 'a' && (c) <= 'z') macro
202 #define IS_LOWER(c) ((c) >= 'a' && (c) <= 'z') macro