Searched defs:LOWER (Results 1 – 4 of 4) sorted by relevance
41 #define LOWER(x) (isupper(x) ? tolower(x) : (x)) macro
44 #define LOWER(x) (isupper(x) ? tolower(x) : (x)) macro
44 RCHAR_T LOWER[] = {'l','o','w','e','r',0}; variable
36 #define LOWER(_c) (tolower(to_uchar(_c))) macro