Searched refs:_PyUnicode_XStrip (Results 1 – 7 of 7) sorted by relevance
/external/python/cpython2/Include/ |
D | unicodeobject.h | 1330 PyAPI_FUNC(PyObject *) _PyUnicode_XStrip(
|
/external/python/cpython2/PC/os2emx/ |
D | python27.def | 622 "_PyUnicode_XStrip"
|
/external/python/cpython3/Include/ |
D | unicodeobject.h | 2126 PyAPI_FUNC(PyObject *) _PyUnicode_XStrip(
|
/external/python/cpython2/Objects/ |
D | unicodeobject.c | 7062 _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()
|
D | stringobject.c | 1907 res = _PyUnicode_XStrip((PyUnicodeObject *)uniself, in do_argstrip()
|
/external/python/cpython3/Objects/ |
D | exceptions.c | 2872 PyObject *new_data = _PyUnicode_XStrip(data, STRIP_BOTH, strip_sep_obj); in _set_legacy_print_statement_msg()
|
D | unicodeobject.c | 12279 _PyUnicode_XStrip(PyObject *self, int striptype, PyObject *sepobj) in _PyUnicode_XStrip() function 12436 return _PyUnicode_XStrip(self, striptype, sep); in do_argstrip()
|