Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dcodecs.c714 if (PyUnicodeEncodeError_GetStart(exc, &start)) in PyCodec_ReplaceErrors()
773 if (PyUnicodeEncodeError_GetStart(exc, &start)) in PyCodec_XMLCharRefReplaceErrors()
898 if (PyUnicodeEncodeError_GetStart(exc, &start)) in PyCodec_BackslashReplaceErrors()
982 if (PyUnicodeEncodeError_GetStart(exc, &start)) in PyCodec_NameReplaceErrors()
1145 if (PyUnicodeEncodeError_GetStart(exc, &start)) in PyCodec_SurrogatePassErrors()
1305 if (PyUnicodeEncodeError_GetStart(exc, &start)) in PyCodec_SurrogateEscapeErrors()
/external/python/cpython2/Python/
Dcodecs.c662 if (PyUnicodeEncodeError_GetStart(exc, &start)) in PyCodec_ReplaceErrors()
718 if (PyUnicodeEncodeError_GetStart(exc, &start)) in PyCodec_XMLCharRefReplaceErrors()
842 if (PyUnicodeEncodeError_GetStart(exc, &start)) in PyCodec_BackslashReplaceErrors()
/external/python/cpython2/Include/
Dpyerrors.h268 PyAPI_FUNC(int) PyUnicodeEncodeError_GetStart(PyObject *, Py_ssize_t *);
/external/python/cpython3/Include/
Dpyerrors.h264 PyAPI_FUNC(int) PyUnicodeEncodeError_GetStart(PyObject *, Py_ssize_t *);
/external/python/cpython3/PC/
Dpython3.def619 PyUnicodeEncodeError_GetStart=python38.PyUnicodeEncodeError_GetStart
/external/python/cpython2/Objects/
Dexceptions.c1369 PyUnicodeEncodeError_GetStart(PyObject *exc, Py_ssize_t *start) in PyUnicodeEncodeError_GetStart() function
1409 return PyUnicodeEncodeError_GetStart(exc, start); in PyUnicodeTranslateError_GetStart()
/external/python/cpython2/PC/os2emx/
Dpython27.def752 "PyUnicodeEncodeError_GetStart"
/external/python/cpython3/Objects/
Dexceptions.c1657 PyUnicodeEncodeError_GetStart(PyObject *exc, Py_ssize_t *start) in PyUnicodeEncodeError_GetStart() function
1696 return PyUnicodeEncodeError_GetStart(exc, start); in PyUnicodeTranslateError_GetStart()
/external/python/cpython2/Doc/c-api/
Dexceptions.rst440 int PyUnicodeEncodeError_GetStart(PyObject *exc, Py_ssize_t *start)
/external/python/cpython3/Doc/c-api/
Dexceptions.rst655 int PyUnicodeEncodeError_GetStart(PyObject *exc, Py_ssize_t *start)