iswlower           31 maint/gnulib/lib/c32islower.c #define WCHAR_FUNC iswlower
iswlower          227 maint/gnulib/lib/mbchar.h #define mb_islower(mbc) ((mbc).wc_valid && iswlower ((mbc).wc))
iswlower           63 maint/gnulib/lib/wctype-impl.h         return (wctype_t) iswlower;
iswlower          176 maint/gnulib/lib/wctype.in.h   return ((wchar_t) wc == wc ? iswlower ((wchar_t) wc) : 0);
iswlower          372 maint/gnulib/lib/wctype.in.h iswlower
iswlower          565 maint/gnulib/lib/wctype.in.h _GL_CXXALIAS_RPL (iswlower, int, (wint_t wc));
iswlower          567 maint/gnulib/lib/wctype.in.h _GL_CXXALIAS_SYS (iswlower, int, (wint_t wc));
iswlower          602 maint/gnulib/lib/wctype.in.h _GL_CXXALIASWARN (iswlower);
iswlower           34 maint/gnulib/tests/test-wctype-h-c++.cc SIGNATURE_CHECK (GNULIB_NAMESPACE::iswlower, int, (wint_t));
iswlower           45 maint/gnulib/tests/test-wctype-h.c   (void) iswlower (0);
iswlower           58 maint/gnulib/tests/test-wctype-h.c   ASSERT (!iswlower (e));