Home
last modified time | relevance | path

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

/external/python/cpython3/Include/internal/
Dpycore_bytes_methods.h19 extern PyObject* _Py_bytes_isupper(const char *cptr, Py_ssize_t len);
/external/python/cpython3/Objects/stringlib/
Dctype.h46 return _Py_bytes_isupper(STRINGLIB_STR(self), STRINGLIB_LEN(self)); in stringlib_isupper()
/external/python/cpython3/Objects/
Dbytes_methods.c217 _Py_bytes_isupper(const char *cptr, Py_ssize_t len) in _Py_bytes_isupper() function
/external/python/cpython3/Doc/data/
Dpython3.13.abi4905 …<function-decl name='_Py_bytes_isupper' filepath='./Include/internal/pycore_bytes_methods.h' line=…