Home
last modified time | relevance | path

Searched refs:_Py_bytes_isupper (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Include/internal/
Dpycore_bytes_methods.h19 extern PyObject* _Py_bytes_isupper(const char *cptr, Py_ssize_t len);
/third_party/python/Objects/stringlib/
Dctype.h46 return _Py_bytes_isupper(STRINGLIB_STR(self), STRINGLIB_LEN(self)); in stringlib_isupper()
/third_party/python/Objects/
Dbytes_methods.c218 _Py_bytes_isupper(const char *cptr, Py_ssize_t len) in _Py_bytes_isupper() function