Searched defs:TO_LOWER (Results 1 – 1 of 1) sorted by relevance
154 #define TO_LOWER(c) towlower(c) macro160 #define TO_LOWER(c) tolower((unsigned char) (c)) macro165 #define TO_LOWER(c) ASCII_TO_LOWER(c) macro