Home
last modified time | relevance | path

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

/third_party/python/Objects/clinic/
Dunicodeobject.c.h330 unicode_isspace_impl(PyObject *self);
335 return unicode_isspace_impl(self); in unicode_isspace()
/third_party/python/Objects/
Dunicodeobject.c12372 unicode_isspace_impl(PyObject *self) in unicode_isspace_impl() function