Home
last modified time | relevance | path

Searched defs:striptype (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/python/cpython2/Objects/
Dbytesobject.c1946 do_xstrip(PyBytesObject *self, int striptype, PyObject *sepobj) in do_xstrip()
1987 do_strip(PyBytesObject *self, int striptype) in do_strip()
2017 do_argstrip(PyBytesObject *self, int striptype, PyObject *bytes) in do_argstrip()
Dstringobject.c1828 do_xstrip(PyStringObject *self, int striptype, PyObject *sepobj) in do_xstrip()
1861 do_strip(PyStringObject *self, int striptype) in do_strip()
1891 do_argstrip(PyStringObject *self, int striptype, PyObject *args) in do_argstrip()
Dunicodeobject.c7062 _PyUnicode_XStrip(PyUnicodeObject *self, int striptype, PyObject *sepobj) in _PyUnicode_XStrip()
7097 do_strip(PyUnicodeObject *self, int striptype) in do_strip()
7127 do_argstrip(PyUnicodeObject *self, int striptype, PyObject *args) in do_argstrip()
/aosp_15_r20/external/python/cpython3/Objects/
Dbytesobject.c1895 do_xstrip(PyBytesObject *self, int striptype, PyObject *sepobj) in do_xstrip()
1936 do_strip(PyBytesObject *self, int striptype) in do_strip()
1966 do_argstrip(PyBytesObject *self, int striptype, PyObject *bytes) in do_argstrip()
Dbytearrayobject.c1867 bytearray_strip_impl_helper(PyByteArrayObject* self, PyObject* bytes, int striptype) in bytearray_strip_impl_helper()
Dunicodeobject.c12510 _PyUnicode_XStrip(PyObject *self, int striptype, PyObject *sepobj) in _PyUnicode_XStrip()
12597 do_strip(PyObject *self, int striptype) in do_strip()
12663 do_argstrip(PyObject *self, int striptype, PyObject *sep) in do_argstrip()
/aosp_15_r20/external/python/cpython2/Modules/
Dstropmodule.c381 do_strip(PyObject *args, int striptype) in do_strip()