Searched refs:LOWERCASE (Results 1 – 2 of 2) sorted by relevance
109 #define LOWERCASE(c) ((isalpha(UChar(c)) && isupper(UChar(c))) ? tolower(UChar(c)) : (c)) macro117 int cmp = LOWERCASE(*a) - LOWERCASE(*b); in CaselessCmp()122 return LOWERCASE(*a) - LOWERCASE(*b); in CaselessCmp()
57 #define LOWERCASE(c) ((isalpha(UChar(c)) && isupper(UChar(c))) ? tolower(UChar(c)) : (c)) macro77 *s = (char) LOWERCASE(*s); in NCURSES_EXPORT()