Searched refs:iswlower (Results 1 – 10 of 10) sorted by relevance
83 # undef iswlower98 # define iswlower rpl_iswlower macro144 iswlower (wint_t wc) in iswlower() function
317 if (iswlower (wc)) in build_wcs_upper_buffer()385 if (iswlower (wc)) in build_wcs_upper_buffer()
3 #define iswlower sun_iswlower macro23 #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()
75 using _STLP_VENDOR_CSTD_WFUNC::iswlower;
88 __inline int (iswlower)(int c) { return iswctype((unsigned short)(c), _LOWER); }
215 define_wchar_wrapper(iswlower) in define_wchar_wrapper()
236 if ((mask & _Locale_LOWER) != 0 && iswlower(wc)) in _WLocale_ctype()