Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dcodecs.c710 if (PyUnicodeEncodeError_GetStart(exc, &start)) in PyCodec_ReplaceErrors()
769 if (PyUnicodeEncodeError_GetStart(exc, &start)) in PyCodec_XMLCharRefReplaceErrors()
894 if (PyUnicodeEncodeError_GetStart(exc, &start)) in PyCodec_BackslashReplaceErrors()
978 if (PyUnicodeEncodeError_GetStart(exc, &start)) in PyCodec_NameReplaceErrors()
1141 if (PyUnicodeEncodeError_GetStart(exc, &start)) in PyCodec_SurrogatePassErrors()
1301 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.h439 PyAPI_FUNC(int) PyUnicodeEncodeError_GetStart(PyObject *, Py_ssize_t *);
/external/python/cpython3/PC/
Dpython3.def616 PyUnicodeEncodeError_GetStart=python37.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.c1640 PyUnicodeEncodeError_GetStart(PyObject *exc, Py_ssize_t *start) in PyUnicodeEncodeError_GetStart() function
1679 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.rst650 int PyUnicodeEncodeError_GetStart(PyObject *exc, Py_ssize_t *start)