Searched defs:iswlower (Results 1 – 7 of 7) sorted by relevance
3 int iswlower(wint_t wc) in iswlower() function
12 #define iswlower sun_iswlower macro
362 # define iswlower(x) islower(x) macro
1296 pub fn iswlower(wc: wint_t) -> c_int; in iswlower() function