Home
last modified time | relevance | path

Searched refs:PyUnicodeEncodeError_GetEnd (Results 1 – 7 of 7) sorted by relevance

/third_party/python/Python/
Dcodecs.c680 if (PyUnicodeEncodeError_GetEnd(exc, &end)) in PyCodec_IgnoreErrors()
708 if (PyUnicodeEncodeError_GetEnd(exc, &end)) in PyCodec_ReplaceErrors()
766 if (PyUnicodeEncodeError_GetEnd(exc, &end)) in PyCodec_XMLCharRefReplaceErrors()
891 if (PyUnicodeEncodeError_GetEnd(exc, &end)) in PyCodec_BackslashReplaceErrors()
975 if (PyUnicodeEncodeError_GetEnd(exc, &end)) in PyCodec_NameReplaceErrors()
1139 if (PyUnicodeEncodeError_GetEnd(exc, &end)) in PyCodec_SurrogatePassErrors()
1299 if (PyUnicodeEncodeError_GetEnd(exc, &end)) in PyCodec_SurrogateEscapeErrors()
/third_party/python/Include/
Dpyerrors.h280 PyAPI_FUNC(int) PyUnicodeEncodeError_GetEnd(PyObject *, Py_ssize_t *);
/third_party/python/Doc/data/
Dstable_abi.dat663 function,PyUnicodeEncodeError_GetEnd,3.2,
/third_party/python/PC/
Dpython3dll.c698 EXPORT_FUNC(PyUnicodeEncodeError_GetEnd)
/third_party/python/Objects/
Dexceptions.c1868 PyUnicodeEncodeError_GetEnd(PyObject *exc, Py_ssize_t *end) in PyUnicodeEncodeError_GetEnd() function
1907 return PyUnicodeEncodeError_GetEnd(exc, end); in PyUnicodeTranslateError_GetEnd()
/third_party/python/Misc/
Dstable_abi.txt1316 function PyUnicodeEncodeError_GetEnd
/third_party/python/Doc/c-api/
Dexceptions.rst726 int PyUnicodeEncodeError_GetEnd(PyObject *exc, Py_ssize_t *end)