Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dcodecs.c713 if (PyUnicodeEncodeError_GetStart(exc, &start)) in PyCodec_ReplaceErrors()
772 if (PyUnicodeEncodeError_GetStart(exc, &start)) in PyCodec_XMLCharRefReplaceErrors()
900 if (PyUnicodeEncodeError_GetStart(exc, &start)) in PyCodec_BackslashReplaceErrors()
984 if (PyUnicodeEncodeError_GetStart(exc, &start)) in PyCodec_NameReplaceErrors()
1147 if (PyUnicodeEncodeError_GetStart(exc, &start)) in PyCodec_SurrogatePassErrors()
1310 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.h440 PyAPI_FUNC(int) PyUnicodeEncodeError_GetStart(PyObject *, Py_ssize_t *);
/external/python/cpython3/PC/
Dpython3.def608 PyUnicodeEncodeError_GetStart=python36.PyUnicodeEncodeError_GetStart
/external/python/cpython2/Objects/
Dexceptions.c1373 PyUnicodeEncodeError_GetStart(PyObject *exc, Py_ssize_t *start) in PyUnicodeEncodeError_GetStart() function
1413 return PyUnicodeEncodeError_GetStart(exc, start); in PyUnicodeTranslateError_GetStart()
/external/python/cpython2/PC/os2emx/
Dpython27.def752 "PyUnicodeEncodeError_GetStart"
/external/python/cpython3/Objects/
Dexceptions.c1587 PyUnicodeEncodeError_GetStart(PyObject *exc, Py_ssize_t *start) in PyUnicodeEncodeError_GetStart() function
1626 return PyUnicodeEncodeError_GetStart(exc, start); in PyUnicodeTranslateError_GetStart()
/external/python/cpython2/Doc/c-api/
Dexceptions.rst445 int PyUnicodeEncodeError_GetStart(PyObject *exc, Py_ssize_t *start)
/external/python/cpython3/Doc/c-api/
Dexceptions.rst641 int PyUnicodeEncodeError_GetStart(PyObject *exc, Py_ssize_t *start)