Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dunicodeobject.h1330 PyAPI_FUNC(PyObject *) _PyUnicode_XStrip(
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dunicodeobject.h1330 PyAPI_FUNC(PyObject *) _PyUnicode_XStrip(
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dunicodeobject.c6946 _PyUnicode_XStrip(PyUnicodeObject *self, int striptype, PyObject *sepobj) in _PyUnicode_XStrip() function
7020 return _PyUnicode_XStrip(self, striptype, sep); in do_argstrip()
7026 res = _PyUnicode_XStrip(self, striptype, sep); in do_argstrip()
Dstringobject.c1884 res = _PyUnicode_XStrip((PyUnicodeObject *)uniself, in do_argstrip()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dunicodeobject.c7054 _PyUnicode_XStrip(PyUnicodeObject *self, int striptype, PyObject *sepobj) in _PyUnicode_XStrip() function
7128 return _PyUnicode_XStrip(self, striptype, sep); in do_argstrip()
7134 res = _PyUnicode_XStrip(self, striptype, sep); in do_argstrip()
Dstringobject.c1901 res = _PyUnicode_XStrip((PyUnicodeObject *)uniself, in do_argstrip()