Home
last modified time | relevance | path

Searched refs:unicode_isdigit_impl (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Objects/clinic/
Dunicodeobject.c.h349 unicode_isdigit_impl(PyObject *self);
354 return unicode_isdigit_impl(self); in unicode_isdigit()
/external/python/cpython3/Objects/
Dunicodeobject.c12039 unicode_isdigit_impl(PyObject *self) in unicode_isdigit_impl() function