Home
last modified time | relevance | path

Searched refs:PyUnicode_AsEncodedObject (Results 1 – 10 of 10) sorted by relevance

/external/python/cpython2/Include/
Dunicodeobject.h150 # define PyUnicode_AsEncodedObject PyUnicodeUCS2_AsEncodedObject macro
237 # define PyUnicode_AsEncodedObject PyUnicodeUCS4_AsEncodedObject macro
705 PyAPI_FUNC(PyObject*) PyUnicode_AsEncodedObject(
/external/python/cpython3/PC/
Dpython3.def634 PyUnicode_AsEncodedObject=python37.PyUnicode_AsEncodedObject
/external/python/cpython3/Misc/NEWS.d/
D3.6.0b2.rst800 Deprecated undocumented functions PyUnicode_AsEncodedObject(),
D3.7.0a1.rst6454 Deprecated undocumented functions PyUnicode_AsEncodedObject(),
/external/python/cpython3/Include/
Dunicodeobject.h1231 PyAPI_FUNC(PyObject*) PyUnicode_AsEncodedObject(
/external/protobuf/python/google/protobuf/pyext/
Dmessage.cc685 encoded_string = PyUnicode_AsEncodedObject(arg, "utf-8", NULL); in CheckAndGetInteger()
/external/python/cpython2/Objects/
Dunicodeobject.c1321 PyObject *PyUnicode_AsEncodedObject(PyObject *unicode, in PyUnicode_AsEncodedObject() function
6451 v = PyUnicode_AsEncodedObject((PyObject *)self, encoding, errors); in unicode_encode()
/external/python/cpython3/Doc/whatsnew/
D3.6.rst2067 Undocumented functions :c:func:`PyUnicode_AsEncodedObject`,
D3.3.rst2306 * :c:func:`PyUnicode_Encode`: use :c:func:`PyUnicode_AsEncodedObject`
/external/python/cpython3/Objects/
Dunicodeobject.c3335 PyUnicode_AsEncodedObject(PyObject *unicode, in PyUnicode_AsEncodedObject() function