Searched refs:_Py_bytes_isdigit (Results 1 – 6 of 6) sorted by relevance
13 extern PyObject* _Py_bytes_isdigit(const char *cptr, Py_ssize_t len);
27 return _Py_bytes_isdigit(STRINGLIB_STR(self), STRINGLIB_LEN(self)); in stringlib_isdigit()
34 return _Py_bytes_isdigit(STRINGLIB_STR(self), STRINGLIB_LEN(self)); in stringlib_isdigit()
11 extern PyObject* _Py_bytes_isdigit(const char *cptr, Py_ssize_t len);
101 _Py_bytes_isdigit(const char *cptr, Py_ssize_t len) in _Py_bytes_isdigit() function
154 _Py_bytes_isdigit(const char *cptr, Py_ssize_t len) in _Py_bytes_isdigit() function