Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/clinic/
Dunicodeobject.c.h593 unicode_strip_impl(PyObject *self, PyObject *chars);
609 return_value = unicode_strip_impl(self, chars); in unicode_strip()
/external/python/cpython3/Objects/
Dunicodeobject.c12735 unicode_strip_impl(PyObject *self, PyObject *chars) in unicode_strip_impl() function