Searched refs:PyUnicodeEncodeError_GetStart (Results 1 – 10 of 10) sorted by relevance
/external/python/cpython3/Python/ |
D | codecs.c | 710 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/ |
D | codecs.c | 662 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/ |
D | pyerrors.h | 268 PyAPI_FUNC(int) PyUnicodeEncodeError_GetStart(PyObject *, Py_ssize_t *);
|
/external/python/cpython3/Include/ |
D | pyerrors.h | 439 PyAPI_FUNC(int) PyUnicodeEncodeError_GetStart(PyObject *, Py_ssize_t *);
|
/external/python/cpython3/PC/ |
D | python3.def | 616 PyUnicodeEncodeError_GetStart=python37.PyUnicodeEncodeError_GetStart
|
/external/python/cpython2/Objects/ |
D | exceptions.c | 1369 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/ |
D | python27.def | 752 "PyUnicodeEncodeError_GetStart"
|
/external/python/cpython3/Objects/ |
D | exceptions.c | 1640 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/ |
D | exceptions.rst | 440 int PyUnicodeEncodeError_GetStart(PyObject *exc, Py_ssize_t *start)
|
/external/python/cpython3/Doc/c-api/ |
D | exceptions.rst | 650 int PyUnicodeEncodeError_GetStart(PyObject *exc, Py_ssize_t *start)
|