Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dpyerrors.h301 PyAPI_FUNC(int) PyUnicodeTranslateError_SetReason(
/external/python/cpython3/Include/
Dpyerrors.h476 PyAPI_FUNC(int) PyUnicodeTranslateError_SetReason(
/external/python/cpython3/PC/
Dpython3.def626 PyUnicodeTranslateError_SetReason=python37.PyUnicodeTranslateError_SetReason
/external/python/cpython2/PC/os2emx/
Dpython27.def778 "PyUnicodeTranslateError_SetReason"
/external/python/cpython2/Objects/
Dexceptions.c1541 PyUnicodeTranslateError_SetReason(PyObject *exc, const char *reason) in PyUnicodeTranslateError_SetReason() function
Dunicodeobject.c4862 if (PyUnicodeTranslateError_SetReason(*exceptionObject, reason)) in make_translate_exception()
/external/python/cpython2/Doc/c-api/
Dexceptions.rst477 int PyUnicodeTranslateError_SetReason(PyObject *exc, const char *reason)
/external/python/cpython3/Objects/
Dexceptions.c1812 PyUnicodeTranslateError_SetReason(PyObject *exc, const char *reason) in PyUnicodeTranslateError_SetReason() function
Dunicodeobject.c8652 if (PyUnicodeTranslateError_SetReason(*exceptionObject, reason)) in make_translate_exception()
/external/python/cpython3/Doc/c-api/
Dexceptions.rst687 int PyUnicodeTranslateError_SetReason(PyObject *exc, const char *reason)