Home
last modified time | relevance | path

Searched defs:strobj (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_marshal.py553 strobj = "this is an interned string" variable in InterningTestCase
554 strobj = sys.intern(strobj) variable in InterningTestCase
/aosp_15_r20/external/python/cpython2/Modules/cjkcodecs/
Dmultibytecodec.c1574 mbstreamwriter_write(MultibyteStreamWriterObject *self, PyObject *strobj) in mbstreamwriter_write()
1585 PyObject *strobj; in mbstreamwriter_writelines() local
/aosp_15_r20/external/python/cpython3/Modules/cjkcodecs/
Dmultibytecodec.c1744 PyObject *strobj) in _multibytecodec_MultibyteStreamWriter_write_impl()
1769 PyObject *strobj; in _multibytecodec_MultibyteStreamWriter_writelines_impl() local
/aosp_15_r20/external/python/cpython3/Modules/cjkcodecs/clinic/
Dmultibytecodec.c.h498 PyObject *strobj; in _multibytecodec_MultibyteStreamWriter_write() local
/aosp_15_r20/external/python/cpython2/Python/
Dbltinmodule.c2842 filterstring(PyObject *func, PyObject *strobj) in filterstring()
2971 filterunicode(PyObject *func, PyObject *strobj) in filterunicode()
/aosp_15_r20/external/python/cpython3/Objects/
Dlongobject.c2275 PyObject *strobj; in PyLong_FromString() local
2645 PyObject *result, *strobj; in _PyLong_FromBytes() local
/aosp_15_r20/external/python/cpython3/Modules/
D_xxsubinterpretersmodule.c15 _copy_raw_string(PyObject *strobj) in _copy_raw_string()
/aosp_15_r20/external/python/cpython2/Objects/
Dlongobject.c1720 PyObject *strobj, *strrepr; in PyLong_FromString() local