Searched refs:iswlower (Results 1 – 13 of 13) sorted by relevance
12 #define iswlower sun_iswlower macro32 #undef iswlower
43 #ifdef iswlower44 #error iswlower defined102 static_assert((std::is_same<decltype(iswlower(w)), int>::value), ""); in main()
36 int iswlower(wint_t wc);115 #ifdef iswlower116 inline _LIBCPP_INLINE_VISIBILITY int __libcpp_iswlower(wint_t __wc) {return iswlower(__wc);}117 #undef iswlower118 inline _LIBCPP_INLINE_VISIBILITY int iswlower(wint_t __wc) {return __libcpp_iswlower(__wc);}119 #else // iswlower120 using ::iswlower;
43 #ifdef iswlower44 #error iswlower defined102 static_assert((std::is_same<decltype(std::iswlower(w)), int>::value), ""); in main()
3 int iswlower(wint_t wc) in iswlower() function
34 return iswlower(wc); in iswctype()
5 return iswlower(c); in iswlower_l()
55 int iswlower(wint_t);
211 int iswlower(wint_t);
75 using _STLP_VENDOR_CSTD_WFUNC::iswlower;
88 __inline int (iswlower)(int c) { return iswctype((unsigned short)(c), _LOWER); }
39 src/musl-ctype/iswlower.c \
236 if ((mask & _Locale_LOWER) != 0 && iswlower(wc)) in _WLocale_ctype()