Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dpyerrors.h288 PyAPI_FUNC(int) PyUnicodeTranslateError_SetEnd(PyObject *, Py_ssize_t);
/external/python/cpython2/PC/os2emx/
Dpython27.def772 "PyUnicodeTranslateError_SetEnd"
/external/python/cpython2/Objects/
Dexceptions.c1503 PyUnicodeTranslateError_SetEnd(PyObject *exc, Py_ssize_t end) in PyUnicodeTranslateError_SetEnd() function
Dunicodeobject.c4860 if (PyUnicodeTranslateError_SetEnd(*exceptionObject, endpos)) in make_translate_exception()
/external/python/cpython2/Doc/c-api/
Dexceptions.rst469 int PyUnicodeTranslateError_SetEnd(PyObject *exc, Py_ssize_t end)