Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/clinic/
Dunicodeobject.c.h286 unicode_isalpha_impl(PyObject *self);
291 return unicode_isalpha_impl(self); in unicode_isalpha()
/external/python/cpython3/Objects/
Dunicodeobject.c11919 unicode_isalpha_impl(PyObject *self) in unicode_isalpha_impl() function