Home
last modified time | relevance | path

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

/third_party/python/Objects/clinic/
Dunicodeobject.c.h351 unicode_isalpha_impl(PyObject *self);
356 return unicode_isalpha_impl(self); in unicode_isalpha()
/third_party/python/Objects/
Dunicodeobject.c12412 unicode_isalpha_impl(PyObject *self) in unicode_isalpha_impl() function