Home
last modified time | relevance | path

Searched refs:_Py_bytes_isdigit (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython3/Include/
Dbytes_methods.h13 extern PyObject* _Py_bytes_isdigit(const char *cptr, Py_ssize_t len);
/external/python/cpython2/Objects/stringlib/
Dctype.h27 return _Py_bytes_isdigit(STRINGLIB_STR(self), STRINGLIB_LEN(self)); in stringlib_isdigit()
/external/python/cpython3/Objects/stringlib/
Dctype.h34 return _Py_bytes_isdigit(STRINGLIB_STR(self), STRINGLIB_LEN(self)); in stringlib_isdigit()
/external/python/cpython2/Include/
Dbytes_methods.h11 extern PyObject* _Py_bytes_isdigit(const char *cptr, Py_ssize_t len);
/external/python/cpython2/Objects/
Dbytes_methods.c101 _Py_bytes_isdigit(const char *cptr, Py_ssize_t len) in _Py_bytes_isdigit() function
/external/python/cpython3/Objects/
Dbytes_methods.c154 _Py_bytes_isdigit(const char *cptr, Py_ssize_t len) in _Py_bytes_isdigit() function