Home
last modified time | relevance | path

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

/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.c7067 _PyUnicode_XStrip(PyUnicodeObject *self, int striptype, PyObject *sepobj) in _PyUnicode_XStrip() function
7141 return _PyUnicode_XStrip(self, striptype, sep); in do_argstrip()
7147 res = _PyUnicode_XStrip(self, striptype, sep); in do_argstrip()
Dstringobject.c1901 res = _PyUnicode_XStrip((PyUnicodeObject *)uniself, in do_argstrip()