Searched refs:strobj (Results 1 - 7 of 7) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
H A Dbltinmodule.c2820 filterstring(PyObject *func, PyObject *strobj) argument
2824 Py_ssize_t len = PyString_Size(strobj);
2832 if (PyString_CheckExact(strobj)) {
2833 Py_INCREF(strobj);
2834 return strobj;
2844 item = (*strobj->ob_type->tp_as_sequence->sq_item)(strobj, i);
2949 filterunicode(PyObject *func, PyObject *strobj) argument
2953 Py_ssize_t len = PyUnicode_GetSize(strobj);
2961 if (PyUnicode_CheckExact(strobj)) {
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
H A Dbltinmodule.c2806 filterstring(PyObject *func, PyObject *strobj) argument
2810 Py_ssize_t len = PyString_Size(strobj);
2818 if (PyString_CheckExact(strobj)) {
2819 Py_INCREF(strobj);
2820 return strobj;
2830 item = (*strobj->ob_type->tp_as_sequence->sq_item)(strobj, i);
2933 filterunicode(PyObject *func, PyObject *strobj) argument
2937 Py_ssize_t len = PyUnicode_GetSize(strobj);
2945 if (PyUnicode_CheckExact(strobj)) {
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/
H A Dmultibytecodec.c1575 mbstreamwriter_write(MultibyteStreamWriterObject *self, PyObject *strobj) argument
1577 if (mbstreamwriter_iwrite(self, strobj))
1586 PyObject *strobj; local
1597 strobj = PySequence_GetItem(lines, i);
1598 if (strobj == NULL)
1601 r = mbstreamwriter_iwrite(self, strobj);
1602 Py_DECREF(strobj);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/cjkcodecs/
H A Dmultibytecodec.c1572 mbstreamwriter_write(MultibyteStreamWriterObject *self, PyObject *strobj) argument
1574 if (mbstreamwriter_iwrite(self, strobj))
1583 PyObject *strobj; local
1594 strobj = PySequence_GetItem(lines, i);
1595 if (strobj == NULL)
1598 r = mbstreamwriter_iwrite(self, strobj);
1599 Py_DECREF(strobj);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Objects/
H A Dlongobject.c1718 PyObject *strobj, *strrepr; local
1980 strobj = PyString_FromStringAndSize(orig_str, slen);
1981 if (strobj == NULL)
1983 strrepr = PyObject_Repr(strobj);
1984 Py_DECREF(strobj);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Objects/
H A Dlongobject.c1732 PyObject *strobj, *strrepr; local
1994 strobj = PyString_FromStringAndSize(orig_str, slen);
1995 if (strobj == NULL)
1997 strrepr = PyObject_Repr(strobj);
1998 Py_DECREF(strobj);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
H A Dlongobject.c1718 PyObject *strobj, *strrepr; local
1980 strobj = PyString_FromStringAndSize(orig_str, slen);
1981 if (strobj == NULL)
1983 strrepr = PyObject_Repr(strobj);
1984 Py_DECREF(strobj);

Completed in 42 milliseconds