Home
last modified time | relevance | path

Searched refs:PyCodec_IncrementalDecoder (Results 1 – 20 of 20) sorted by relevance

/aosp_15_r20/external/python/cpython2/Include/
Dcodecs.h158 PyAPI_FUNC(PyObject *) PyCodec_IncrementalDecoder(
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/
Dcodecs.h185 PyAPI_FUNC(PyObject *) PyCodec_IncrementalDecoder(
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/
Dcodecs.h185 PyAPI_FUNC(PyObject *) PyCodec_IncrementalDecoder(
/aosp_15_r20/external/python/cpython3/Include/
Dcodecs.h185 PyAPI_FUNC(PyObject *) PyCodec_IncrementalDecoder(
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/
Dcodecs.h185 PyAPI_FUNC(PyObject *) PyCodec_IncrementalDecoder(
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/
Dcodecs.h185 PyAPI_FUNC(PyObject *) PyCodec_IncrementalDecoder(
/aosp_15_r20/external/python/cpython3/Doc/c-api/
Dcodec.rst65 .. c:function:: PyObject* PyCodec_IncrementalDecoder(const char *encoding, const char *errors)
/aosp_15_r20/external/python/cpython2/Doc/c-api/
Dcodec.rst57 .. c:function:: PyObject* PyCodec_IncrementalDecoder(const char *encoding, const char *errors)
/aosp_15_r20/external/python/cpython2/Python/
Dcodecs.c317 PyObject *PyCodec_IncrementalDecoder(const char *encoding, in PyCodec_IncrementalDecoder() function
/aosp_15_r20/external/python/cpython2/PC/os2emx/
Dpython27.def884 "PyCodec_IncrementalDecoder"
/aosp_15_r20/external/python/cpython3/Doc/data/
Drefcounts.dat303 PyCodec_IncrementalDecoder:PyObject*::+1:
304 PyCodec_IncrementalDecoder:const char*:encoding::
305 PyCodec_IncrementalDecoder:const char*:errors::
Dstable_abi.dat76 function,PyCodec_IncrementalDecoder,3.2,,
Dpython3.11.abi83 …<elf-symbol name='PyCodec_IncrementalDecoder' type='func-type' binding='global-binding' visibility…
11589PyCodec_IncrementalDecoder' mangled-name='PyCodec_IncrementalDecoder' filepath='Python/codecs.c' l…
/aosp_15_r20/external/python/cpython3/PC/
Dpython3dll.c150 EXPORT_FUNC(PyCodec_IncrementalDecoder)
/aosp_15_r20/external/python/cpython3/Python/
Dcodecs.c367 PyObject *PyCodec_IncrementalDecoder(const char *encoding, in PyCodec_IncrementalDecoder() function
/aosp_15_r20/external/python/cpython2/Modules/
D_testcapimodule.c1817 return PyCodec_IncrementalDecoder(encoding, errors); in codec_incrementaldecoder()
/aosp_15_r20/external/python/cpython3/Misc/
Dstable_abi.toml504 [function.PyCodec_IncrementalDecoder]
DHISTORY18992 as C functions PyCodec_IncrementalEncoder() and PyCodec_IncrementalDecoder()
/aosp_15_r20/external/python/cpython3/Modules/
D_testcapimodule.c2457 return PyCodec_IncrementalDecoder(encoding, errors); in codec_incrementaldecoder()
/aosp_15_r20/external/python/cpython2/Misc/
DHISTORY1608 as C functions PyCodec_IncrementalEncoder() and PyCodec_IncrementalDecoder()