Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/clinic/
Dunicodeobject.c.h370 unicode_isnumeric_impl(PyObject *self);
375 return unicode_isnumeric_impl(self); in unicode_isnumeric()
/external/python/cpython3/Objects/
Dunicodeobject.c12079 unicode_isnumeric_impl(PyObject *self) in unicode_isnumeric_impl() function