Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dpyerrors.h254 PyAPI_FUNC(PyObject *) PyUnicodeTranslateError_Create(
/external/python/cpython3/Include/
Dpyerrors.h414 PyAPI_FUNC(PyObject *) PyUnicodeTranslateError_Create(
/external/python/cpython2/PC/os2emx/
Dpython27.def759 "PyUnicodeTranslateError_Create"
/external/python/cpython2/Objects/
Dexceptions.c1880 PyUnicodeTranslateError_Create( in PyUnicodeTranslateError_Create() function
Dunicodeobject.c4854 *exceptionObject = PyUnicodeTranslateError_Create( in make_translate_exception()
/external/python/cpython2/Doc/c-api/
Dexceptions.rst428 .. c:function:: PyObject* PyUnicodeTranslateError_Create(const Py_UNICODE *object, Py_ssize_t lengt…
/external/python/cpython3/Objects/
Dexceptions.c2132 PyUnicodeTranslateError_Create( in PyUnicodeTranslateError_Create() function
/external/python/cpython3/Doc/c-api/
Dexceptions.rst624 .. c:function:: PyObject* PyUnicodeTranslateError_Create(const Py_UNICODE *object, Py_ssize_t lengt…