Searched refs:iswlower (Results 1 – 7 of 7) sorted by relevance
75 using _STLP_VENDOR_CSTD_WFUNC::iswlower;
88 __inline int (iswlower)(int c) { return iswctype((unsigned short)(c), _LOWER); }
59 return !!iswlower(c); in isLower()
67 return !!iswlower(c); in isLower()
191 iswlower(ch); in StdLibIsLower()
232 if ((mask & _Locale_LOWER) != 0 && iswlower(wc)) in _WLocale_ctype()
171 # define iswlower(x) islower(x) macro