Searched defs:TOUPPER (Results 1 – 4 of 4) sorted by relevance
207 # define TOUPPER(Ch) __towupper_l ((Ch), loc) macro211 # define TOUPPER(Ch) towupper (Ch) macro225 # define TOUPPER(Ch) __toupper_l ((Ch), loc) macro229 # define TOUPPER(Ch) (IN_CTYPE_DOMAIN (Ch) ? toupper (Ch) : (Ch)) macro
240 # define TOUPPER(Ch, L) __towupper_l (Ch, L) macro243 # define TOUPPER(Ch, L) towupper (Ch) macro249 # define TOUPPER(Ch, L) __toupper_l (Ch, L) macro252 # define TOUPPER(Ch, L) toupper (Ch) macro256 # define TOUPPER(Ch, L) (islower (Ch) ? toupper (Ch) : (Ch)) macro
116 #define TOUPPER(c) _sch_toupper[(c) & 0xff] macro
509 #define TOUPPER(c) ascii_toupper(UCH(c)) macro515 #define TOUPPER(c) (islower(UCH(c)) ? toupper(UCH(c)) : UCH(c)) macro