Home
last modified time | relevance | path

Searched refs:PyObject_Unicode (Results 1 – 17 of 17) sorted by relevance

/external/libchrome/third_party/markupsafe/
D_speedups.c143 PyObject *unicode = PyObject_Unicode(text); in escape()
176 return PyObject_Unicode(s); in soft_unicode()
/external/python/cpython2/Objects/stringlib/
Dunicodedefs.h30 #define STRINGLIB_TOSTR PyObject_Unicode
/external/python/cpython2/Objects/
Dexceptions.c133 out = PyObject_Unicode(str); in BaseException_unicode()
143 out = PyObject_Unicode(PyTuple_GET_ITEM(self->args, 0)); in BaseException_unicode()
146 out = PyObject_Unicode(self->args); in BaseException_unicode()
Dabstract.c777 self_as_str = PyObject_Unicode(obj);
868 PyObject *tmp = PyObject_Unicode(result);
Dunicodeobject.c1192 return PyObject_Unicode(obj); in PyUnicode_FromEncodedObject()
7870 tmp = PyObject_Unicode(format_spec); in unicode__format__()
8588 temp = PyObject_Unicode(v); in PyUnicode_Format()
8842 return PyObject_Unicode(x); in unicode_new()
Dobject.c476 PyObject_Unicode(PyObject *v) in PyObject_Unicode() function
Dtypeobject.c3615 self_as_str = PyObject_Unicode(self);
/external/python/cpython2/Include/
Dobject.h466 PyAPI_FUNC(PyObject *) PyObject_Unicode(PyObject *);
/external/python/cpython2/Modules/cjkcodecs/
Dmultibytecodec.c559 arg = ucvt = PyObject_Unicode(arg); in MultibyteCodec_Encode()
743 unistr = ucvt = PyObject_Unicode(unistr); in encoder_encode_stateful()
/external/python/cpython2/PC/os2emx/
Dpython27.def448 "PyObject_Unicode"
/external/python/cpython2/Doc/data/
Drefcounts.dat1051 PyObject_Unicode:PyObject*::+1:
1052 PyObject_Unicode:PyObject*:o:0:
/external/python/cpython2/Doc/c-api/
Dobject.rst174 .. c:function:: PyObject* PyObject_Unicode(PyObject *o)
Dunicode.rst310 | | | :func:`PyObject_Unicode`. |
/external/python/cpython2/Modules/
D_testcapimodule.c1871 PyObject *o2 = PyObject_Unicode(NULL); in test_null_strings()
Ddatetimemodule.c2566 return PyObject_Unicode((PyObject *)self); in date_format()
/external/python/cpython2/Misc/
DHISTORY8026 called PyObject_Unicode(). It behaves in the same way as the
/external/python/cpython3/Misc/
DHISTORY25405 called PyObject_Unicode(). It behaves in the same way as the