Home
last modified time | relevance | path

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

/external/python/cpython3/Include/cpython/
Dpyerrors.h156 Py_DEPRECATED(3.3) PyAPI_FUNC(PyObject *) PyUnicodeEncodeError_Create(
/external/python/cpython2/Include/
Dpyerrors.h250 PyAPI_FUNC(PyObject *) PyUnicodeEncodeError_Create(
/external/python/cpython3/Doc/data/
Drefcounts.dat2909 PyUnicodeEncodeError_Create:PyObject*::+1:
2910 PyUnicodeEncodeError_Create:const char*:encoding::
2911 PyUnicodeEncodeError_Create:const Py_UNICODE*:object::
2912 PyUnicodeEncodeError_Create:Py_ssize_t:length::
2913 PyUnicodeEncodeError_Create:Py_ssize_t:start::
2914 PyUnicodeEncodeError_Create:Py_ssize_t:end::
2915 PyUnicodeEncodeError_Create:const char*:reason::
/external/python/cpython2/PC/os2emx/
Dpython27.def758 "PyUnicodeEncodeError_Create"
/external/python/cpython2/Modules/cjkcodecs/
Dmultibytecodec.c289 buf->excobj = PyUnicodeEncodeError_Create(codec->encoding, in multibytecodec_encerror()
/external/python/cpython2/Objects/
Dexceptions.c1692 PyUnicodeEncodeError_Create( in PyUnicodeEncodeError_Create() function
Dunicodeobject.c3533 *exceptionObject = PyUnicodeEncodeError_Create( in make_encode_exception()
/external/python/cpython2/Doc/c-api/
Dexceptions.rst418 .. c:function:: PyObject* PyUnicodeEncodeError_Create(const char *encoding, const Py_UNICODE *objec…
/external/python/cpython3/Objects/
Dexceptions.c1989 PyUnicodeEncodeError_Create( in PyUnicodeEncodeError_Create() function
/external/python/cpython3/Doc/c-api/
Dexceptions.rst634 .. c:function:: PyObject* PyUnicodeEncodeError_Create(const char *encoding, const Py_UNICODE *objec…