Searched defs:towupper (Results 1 – 7 of 7) sorted by relevance
152 inline wint_t (towupper)(wint_t i) in wint_t() argument
23 #define towupper sun_towupper macro
68 wint_t towupper(wint_t wc) in towupper() function
297 wint_t towupper(wint_t wc) in towupper() function
359 # define towupper(x) toupper(x) macro
2032 static wint_t towupper(wint_t wc) in towupper() function
1302 pub fn towupper(wc: wint_t) -> wint_t; in towupper() function