Searched defs:TO_LOWER (Results 1 – 1 of 1) sorted by relevance
143 #define TO_LOWER(c) towlower((wint_t) (c)) macro149 #define TO_LOWER(c) (is_ascii_char(c) ? tolower((unsigned char) (c)) : (c)) macro154 #define TO_LOWER(c) (is_ascii_char(c) ? ASCII_TO_LOWER(c) : (c)) macro