Home
last modified time | relevance | path

Searched refs:PyUnicodeEncodeError_GetEnd (Results 1 – 17 of 17) sorted by relevance

/aosp_15_r20/external/python/cpython3/Python/
Dcodecs.c680 if (PyUnicodeEncodeError_GetEnd(exc, &end)) in PyCodec_IgnoreErrors()
708 if (PyUnicodeEncodeError_GetEnd(exc, &end)) in PyCodec_ReplaceErrors()
766 if (PyUnicodeEncodeError_GetEnd(exc, &end)) in PyCodec_XMLCharRefReplaceErrors()
891 if (PyUnicodeEncodeError_GetEnd(exc, &end)) in PyCodec_BackslashReplaceErrors()
975 if (PyUnicodeEncodeError_GetEnd(exc, &end)) in PyCodec_NameReplaceErrors()
1139 if (PyUnicodeEncodeError_GetEnd(exc, &end)) in PyCodec_SurrogatePassErrors()
1299 if (PyUnicodeEncodeError_GetEnd(exc, &end)) in PyCodec_SurrogateEscapeErrors()
/aosp_15_r20/external/python/cpython2/Python/
Dcodecs.c632 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()
/aosp_15_r20/external/python/cpython2/Include/
Dpyerrors.h280 PyAPI_FUNC(int) PyUnicodeEncodeError_GetEnd(PyObject *, Py_ssize_t *);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/
Dpyerrors.h287 PyAPI_FUNC(int) PyUnicodeEncodeError_GetEnd(PyObject *, Py_ssize_t *);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/
Dpyerrors.h287 PyAPI_FUNC(int) PyUnicodeEncodeError_GetEnd(PyObject *, Py_ssize_t *);
/aosp_15_r20/external/python/cpython3/Include/
Dpyerrors.h287 PyAPI_FUNC(int) PyUnicodeEncodeError_GetEnd(PyObject *, Py_ssize_t *);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/
Dpyerrors.h287 PyAPI_FUNC(int) PyUnicodeEncodeError_GetEnd(PyObject *, Py_ssize_t *);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/
Dpyerrors.h287 PyAPI_FUNC(int) PyUnicodeEncodeError_GetEnd(PyObject *, Py_ssize_t *);
/aosp_15_r20/external/python/cpython2/Objects/
Dexceptions.c1438 PyUnicodeEncodeError_GetEnd(PyObject *exc, Py_ssize_t *end) in PyUnicodeEncodeError_GetEnd() function
1478 return PyUnicodeEncodeError_GetEnd(exc, start); in PyUnicodeTranslateError_GetEnd()
/aosp_15_r20/external/python/cpython2/PC/os2emx/
Dpython27.def754 "PyUnicodeEncodeError_GetEnd"
/aosp_15_r20/external/python/cpython3/PC/
Dpython3dll.c711 EXPORT_FUNC(PyUnicodeEncodeError_GetEnd)
/aosp_15_r20/external/python/cpython3/Doc/data/
Dstable_abi.dat683 function,PyUnicodeEncodeError_GetEnd,3.2,,
Dpython3.11.abi743 …<elf-symbol name='PyUnicodeEncodeError_GetEnd' type='func-type' binding='global-binding' visibilit…
7911PyUnicodeEncodeError_GetEnd' mangled-name='PyUnicodeEncodeError_GetEnd' filepath='Objects/exceptio…
/aosp_15_r20/external/python/cpython3/Objects/
Dexceptions.c2718 PyUnicodeEncodeError_GetEnd(PyObject *exc, Py_ssize_t *end) in PyUnicodeEncodeError_GetEnd() function
2757 return PyUnicodeEncodeError_GetEnd(exc, end); in PyUnicodeTranslateError_GetEnd()
/aosp_15_r20/external/python/cpython2/Doc/c-api/
Dexceptions.rst455 int PyUnicodeEncodeError_GetEnd(PyObject *exc, Py_ssize_t *end)
/aosp_15_r20/external/python/cpython3/Misc/
Dstable_abi.toml1408 [function.PyUnicodeEncodeError_GetEnd]
/aosp_15_r20/external/python/cpython3/Doc/c-api/
Dexceptions.rst747 int PyUnicodeEncodeError_GetEnd(PyObject *exc, Py_ssize_t *end)