Home
last modified time | relevance | path

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

/third_party/python/Objects/clinic/
Dunicodeobject.c.h612 unicode_lstrip_impl(PyObject *self, PyObject *chars);
628 return_value = unicode_lstrip_impl(self, chars); in unicode_lstrip()
/third_party/python/Objects/
Dunicodeobject.c13026 unicode_lstrip_impl(PyObject *self, PyObject *chars) in unicode_lstrip_impl() function