Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Objects/clinic/
Dunicodeobject.c.h369 unicode_isalpha_impl(PyObject *self);
374 return unicode_isalpha_impl(self); in unicode_isalpha()
/aosp_15_r20/external/python/cpython3/Objects/
Dunicodeobject.c12097 unicode_isalpha_impl(PyObject *self) in unicode_isalpha_impl() function