Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dpyerrors.h254 PyAPI_FUNC(PyObject *) PyUnicodeTranslateError_Create(
/external/python/cpython3/Include/
Dpyerrors.h413 PyAPI_FUNC(PyObject *) PyUnicodeTranslateError_Create(
/external/python/cpython3/Doc/data/
Drefcounts.dat2876 PyUnicodeTranslateError_Create:PyObject*::+1:
2877 PyUnicodeTranslateError_Create:const Py_UNICODE*:object::
2878 PyUnicodeTranslateError_Create:Py_ssize_t:length::
2879 PyUnicodeTranslateError_Create:Py_ssize_t:start::
2880 PyUnicodeTranslateError_Create:Py_ssize_t:end::
2881 PyUnicodeTranslateError_Create:const char*:reason::
/external/python/cpython2/PC/os2emx/
Dpython27.def759 "PyUnicodeTranslateError_Create"
/external/python/cpython2/Objects/
Dexceptions.c1873 PyUnicodeTranslateError_Create( in PyUnicodeTranslateError_Create() function
Dunicodeobject.c4854 *exceptionObject = PyUnicodeTranslateError_Create( in make_translate_exception()
/external/python/cpython2/Doc/c-api/
Dexceptions.rst423 .. c:function:: PyObject* PyUnicodeTranslateError_Create(const Py_UNICODE *object, Py_ssize_t lengt…
/external/python/cpython3/Objects/
Dexceptions.c2172 PyUnicodeTranslateError_Create( in PyUnicodeTranslateError_Create() function
/external/python/cpython3/Doc/c-api/
Dexceptions.rst633 .. c:function:: PyObject* PyUnicodeTranslateError_Create(const Py_UNICODE *object, Py_ssize_t lengt…