Searched refs:_Py_bytes_isupper (Results 1 – 4 of 4) sorted by relevance
19 extern PyObject* _Py_bytes_isupper(const char *cptr, Py_ssize_t len);
46 return _Py_bytes_isupper(STRINGLIB_STR(self), STRINGLIB_LEN(self)); in stringlib_isupper()
217 _Py_bytes_isupper(const char *cptr, Py_ssize_t len) in _Py_bytes_isupper() function
4905 …<function-decl name='_Py_bytes_isupper' filepath='./Include/internal/pycore_bytes_methods.h' line=…