Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dcodecs.c632 if (PyUnicodeEncodeError_GetEnd(exc, &end)) in PyCodec_IgnoreErrors()
664 if (PyUnicodeEncodeError_GetEnd(exc, &end)) in PyCodec_ReplaceErrors()
720 if (PyUnicodeEncodeError_GetEnd(exc, &end)) in PyCodec_XMLCharRefReplaceErrors()
844 if (PyUnicodeEncodeError_GetEnd(exc, &end)) in PyCodec_BackslashReplaceErrors()
/external/python/cpython2/Include/
Dpyerrors.h280 PyAPI_FUNC(int) PyUnicodeEncodeError_GetEnd(PyObject *, Py_ssize_t *);
/external/python/cpython2/Objects/
Dexceptions.c1442 PyUnicodeEncodeError_GetEnd(PyObject *exc, Py_ssize_t *end) in PyUnicodeEncodeError_GetEnd() function
1482 return PyUnicodeEncodeError_GetEnd(exc, start); in PyUnicodeTranslateError_GetEnd()
/external/python/cpython2/PC/os2emx/
Dpython27.def754 "PyUnicodeEncodeError_GetEnd"
/external/python/cpython2/Doc/c-api/
Dexceptions.rst460 int PyUnicodeEncodeError_GetEnd(PyObject *exc, Py_ssize_t *end)