Home
last modified time | relevance | path

Searched refs:PyUnicodeTranslateError_Create (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/python/cpython2/Include/
Dpyerrors.h254 PyAPI_FUNC(PyObject *) PyUnicodeTranslateError_Create(
/aosp_15_r20/external/python/cpython2/PC/os2emx/
Dpython27.def759 "PyUnicodeTranslateError_Create"
/aosp_15_r20/external/python/cpython2/Objects/
Dexceptions.c1873 PyUnicodeTranslateError_Create( in PyUnicodeTranslateError_Create() function
Dunicodeobject.c4854 *exceptionObject = PyUnicodeTranslateError_Create( in make_translate_exception()
/aosp_15_r20/external/python/cpython2/Doc/c-api/
Dexceptions.rst423 .. c:function:: PyObject* PyUnicodeTranslateError_Create(const Py_UNICODE *object, Py_ssize_t lengt…
/aosp_15_r20/external/python/cpython3/Misc/NEWS.d/
D3.11.0a1.rst5088 ``PyUnicodeEncodeError_Create``, ``PyUnicodeTranslateError_Create``. See