Home
last modified time | relevance | path

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

/third_party/python/Objects/clinic/
Dunicodeobject.c.h414 unicode_isdigit_impl(PyObject *self);
419 return unicode_isdigit_impl(self); in unicode_isdigit()
/third_party/python/Objects/
Dunicodeobject.c12532 unicode_isdigit_impl(PyObject *self) in unicode_isdigit_impl() function