Searched refs:iswlower (Results 1 – 10 of 10) sorted by relevance
100 #undef iswlower102 iswlower(wint_t c) in iswlower() function
180 int iswlower (wint_t WC);
192 return iswlower(ch); in _PyUnicode_IsLowercase()
700 #define islower(c) iswlower(btowc(c))
336 #define Py_UNICODE_ISLOWER(ch) iswlower(ch)
739 #define islower(c) iswlower(btowc(c))
723 #define islower(c) iswlower(btowc(c))