Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dpyerrors.h301 PyAPI_FUNC(int) PyUnicodeTranslateError_SetReason(
/external/python/cpython3/Include/
Dpyerrors.h305 PyAPI_FUNC(int) PyUnicodeTranslateError_SetReason(
/external/python/cpython2/PC/os2emx/
Dpython27.def778 "PyUnicodeTranslateError_SetReason"
/external/python/cpython3/PC/
Dpython3dll.c710 EXPORT_FUNC(PyUnicodeTranslateError_SetReason)
/external/python/cpython3/Doc/data/
Dstable_abi.dat676 function,PyUnicodeTranslateError_SetReason,3.2,
Dpython3.10.abi735 …<elf-symbol name='PyUnicodeTranslateError_SetReason' type='func-type' binding='global-binding' vis…
11740 …<function-decl name='PyUnicodeTranslateError_SetReason' mangled-name='PyUnicodeTranslateError_SetR…
/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/cpython3/Misc/
Dstable_abi.txt1342 function PyUnicodeTranslateError_SetReason
/external/python/cpython2/Doc/c-api/
Dexceptions.rst477 int PyUnicodeTranslateError_SetReason(PyObject *exc, const char *reason)
/external/python/cpython3/Objects/
Dexceptions.c1972 PyUnicodeTranslateError_SetReason(PyObject *exc, const char *reason) in PyUnicodeTranslateError_SetReason() function
Dunicodeobject.c9120 if (PyUnicodeTranslateError_SetReason(*exceptionObject, reason)) in make_translate_exception()
/external/python/cpython3/Doc/c-api/
Dexceptions.rst749 int PyUnicodeTranslateError_SetReason(PyObject *exc, const char *reason)