Searched refs:PyUnicodeEncodeError_GetEnd (Results 1 – 10 of 10) sorted by relevance
| /external/python/cpython3/Python/ |
| D | codecs.c | 687 if (PyUnicodeEncodeError_GetEnd(exc, &end)) in PyCodec_IgnoreErrors() 716 if (PyUnicodeEncodeError_GetEnd(exc, &end)) in PyCodec_ReplaceErrors() 775 if (PyUnicodeEncodeError_GetEnd(exc, &end)) in PyCodec_XMLCharRefReplaceErrors() 900 if (PyUnicodeEncodeError_GetEnd(exc, &end)) in PyCodec_BackslashReplaceErrors() 984 if (PyUnicodeEncodeError_GetEnd(exc, &end)) in PyCodec_NameReplaceErrors() 1147 if (PyUnicodeEncodeError_GetEnd(exc, &end)) in PyCodec_SurrogatePassErrors() 1307 if (PyUnicodeEncodeError_GetEnd(exc, &end)) in PyCodec_SurrogateEscapeErrors()
|
| /external/python/cpython2/Python/ |
| D | codecs.c | 632 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/ |
| D | pyerrors.h | 280 PyAPI_FUNC(int) PyUnicodeEncodeError_GetEnd(PyObject *, Py_ssize_t *);
|
| /external/python/cpython3/Include/ |
| D | pyerrors.h | 276 PyAPI_FUNC(int) PyUnicodeEncodeError_GetEnd(PyObject *, Py_ssize_t *);
|
| /external/python/cpython3/PC/ |
| D | python3.def | 616 PyUnicodeEncodeError_GetEnd=python38.PyUnicodeEncodeError_GetEnd
|
| /external/python/cpython2/Objects/ |
| D | exceptions.c | 1438 PyUnicodeEncodeError_GetEnd(PyObject *exc, Py_ssize_t *end) in PyUnicodeEncodeError_GetEnd() function 1478 return PyUnicodeEncodeError_GetEnd(exc, start); in PyUnicodeTranslateError_GetEnd()
|
| /external/python/cpython2/PC/os2emx/ |
| D | python27.def | 754 "PyUnicodeEncodeError_GetEnd"
|
| /external/python/cpython3/Objects/ |
| D | exceptions.c | 1725 PyUnicodeEncodeError_GetEnd(PyObject *exc, Py_ssize_t *end) in PyUnicodeEncodeError_GetEnd() function 1764 return PyUnicodeEncodeError_GetEnd(exc, end); in PyUnicodeTranslateError_GetEnd()
|
| /external/python/cpython2/Doc/c-api/ |
| D | exceptions.rst | 455 int PyUnicodeEncodeError_GetEnd(PyObject *exc, Py_ssize_t *end)
|
| /external/python/cpython3/Doc/c-api/ |
| D | exceptions.rst | 670 int PyUnicodeEncodeError_GetEnd(PyObject *exc, Py_ssize_t *end)
|