Searched defs:IS_LOWER (Results 1 – 1 of 1) sorted by relevance
141 #define IS_LOWER(c) iswlower((wint_t) (c)) macro147 #define IS_LOWER(c) (is_ascii_char(c) && islower((unsigned char) (c))) macro152 #define IS_LOWER(c) (is_ascii_char(c) && ASCII_IS_LOWER(c)) macro