Searched refs:striptype (Results 1 - 8 of 8) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
H A Dstropmodule.c381 do_strip(PyObject *args, int striptype) argument
391 if (striptype != RIGHTSTRIP) {
398 if (striptype != LEFTSTRIP) {
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
H A Dstringobject.c1822 do_xstrip(PyStringObject *self, int striptype, PyObject *sepobj) argument
1831 if (striptype != RIGHTSTRIP) {
1838 if (striptype != LEFTSTRIP) {
1855 do_strip(PyStringObject *self, int striptype) argument
1861 if (striptype != RIGHTSTRIP) {
1868 if (striptype != LEFTSTRIP) {
1885 do_argstrip(PyStringObject *self, int striptype, PyObject *args) argument
1889 if (!PyArg_ParseTuple(args, (char *)stripformat[striptype], &sep))
1894 return do_xstrip(self, striptype, sep);
1902 striptype, se
[all...]
H A Dunicodeobject.c7054 _PyUnicode_XStrip(PyUnicodeObject *self, int striptype, PyObject *sepobj) argument
7065 if (striptype != RIGHTSTRIP) {
7072 if (striptype != LEFTSTRIP) {
7089 do_strip(PyUnicodeObject *self, int striptype) argument
7095 if (striptype != RIGHTSTRIP) {
7102 if (striptype != LEFTSTRIP) {
7119 do_argstrip(PyUnicodeObject *self, int striptype, PyObject *args) argument
7123 if (!PyArg_ParseTuple(args, (char *)stripformat[striptype], &sep))
7128 return _PyUnicode_XStrip(self, striptype, sep);
7134 res = _PyUnicode_XStrip(self, striptype, se
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
H A Dstropmodule.c381 do_strip(PyObject *args, int striptype) argument
391 if (striptype != RIGHTSTRIP) {
398 if (striptype != LEFTSTRIP) {
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
H A Dstringobject.c1805 do_xstrip(PyStringObject *self, int striptype, PyObject *sepobj) argument
1814 if (striptype != RIGHTSTRIP) {
1821 if (striptype != LEFTSTRIP) {
1838 do_strip(PyStringObject *self, int striptype) argument
1844 if (striptype != RIGHTSTRIP) {
1851 if (striptype != LEFTSTRIP) {
1868 do_argstrip(PyStringObject *self, int striptype, PyObject *args) argument
1872 if (!PyArg_ParseTuple(args, (char *)stripformat[striptype], &sep))
1877 return do_xstrip(self, striptype, sep);
1885 striptype, se
[all...]
H A Dunicodeobject.c6946 _PyUnicode_XStrip(PyUnicodeObject *self, int striptype, PyObject *sepobj) argument
6957 if (striptype != RIGHTSTRIP) {
6964 if (striptype != LEFTSTRIP) {
6981 do_strip(PyUnicodeObject *self, int striptype) argument
6987 if (striptype != RIGHTSTRIP) {
6994 if (striptype != LEFTSTRIP) {
7011 do_argstrip(PyUnicodeObject *self, int striptype, PyObject *args) argument
7015 if (!PyArg_ParseTuple(args, (char *)stripformat[striptype], &sep))
7020 return _PyUnicode_XStrip(self, striptype, sep);
7026 res = _PyUnicode_XStrip(self, striptype, se
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
H A Dunicodeobject.h1332 int striptype,
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
H A Dunicodeobject.h1332 int striptype,

Completed in 104 milliseconds