Home
last modified time | relevance | path

Searched refs:_PyUnicode_XStrip (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython3/Include/cpython/
Dunicodeobject.h1037 PyAPI_FUNC(PyObject *) _PyUnicode_XStrip(
/external/python/cpython2/Include/
Dunicodeobject.h1330 PyAPI_FUNC(PyObject *) _PyUnicode_XStrip(
/external/python/cpython2/PC/os2emx/
Dpython27.def622 "_PyUnicode_XStrip"
/external/python/cpython2/Objects/
Dunicodeobject.c7062 _PyUnicode_XStrip(PyUnicodeObject *self, int striptype, PyObject *sepobj) in _PyUnicode_XStrip() function
7136 return _PyUnicode_XStrip(self, striptype, sep); in do_argstrip()
7142 res = _PyUnicode_XStrip(self, striptype, sep); in do_argstrip()
Dstringobject.c1907 res = _PyUnicode_XStrip((PyUnicodeObject *)uniself, in do_argstrip()
/external/python/cpython3/Objects/
Dexceptions.c2944 PyObject *new_data = _PyUnicode_XStrip(data, STRIP_BOTH, strip_sep_obj); in _set_legacy_print_statement_msg()
Dunicodeobject.c12553 _PyUnicode_XStrip(PyObject *self, int striptype, PyObject *sepobj) in _PyUnicode_XStrip() function
12710 return _PyUnicode_XStrip(self, striptype, sep); in do_argstrip()