Home
last modified time | relevance | path

Searched refs:PyUnicodeTranslateError_Create (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Include/cpython/
Dpyerrors.h181 Py_DEPRECATED(3.3) PyAPI_FUNC(PyObject *) PyUnicodeTranslateError_Create(
/third_party/python/Doc/data/
Drefcounts.dat2894 PyUnicodeTranslateError_Create:PyObject*::+1:
2895 PyUnicodeTranslateError_Create:const Py_UNICODE*:object::
2896 PyUnicodeTranslateError_Create:Py_ssize_t:length::
2897 PyUnicodeTranslateError_Create:Py_ssize_t:start::
2898 PyUnicodeTranslateError_Create:Py_ssize_t:end::
2899 PyUnicodeTranslateError_Create:const char*:reason::
/third_party/python/Objects/
Dexceptions.c2332 PyUnicodeTranslateError_Create( in PyUnicodeTranslateError_Create() function
/third_party/python/Doc/c-api/
Dexceptions.rst689 .. c:function:: PyObject* PyUnicodeTranslateError_Create(const Py_UNICODE *object, Py_ssize_t lengt…