Home
last modified time | relevance | path

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

/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/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/cpython2/Doc/c-api/
Dexceptions.rst445 int PyUnicodeEncodeError_GetStart(PyObject *exc, Py_ssize_t *start)