Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/clinic/
Dunicodeobject.c.h265 unicode_isspace_impl(PyObject *self);
270 return unicode_isspace_impl(self); in unicode_isspace()
/external/python/cpython3/Objects/
Dunicodeobject.c11879 unicode_isspace_impl(PyObject *self) in unicode_isspace_impl() function