Searched defs:TOLOWER (Results 1 – 2 of 2) sorted by relevance
27 # define TOLOWER(Ch) towlower (Ch) macro31 # define TOLOWER(Ch) __towlower_l ((Ch), loc) macro33 # define TOLOWER(Ch) towlower (Ch) macro
29 # define TOLOWER(Ch) towlower (Ch) macro33 # define TOLOWER(Ch) __towlower_l ((Ch), loc) macro35 # define TOLOWER(Ch) towlower (Ch) macro
Completed in 4 milliseconds