Searched refs:PyCodec_IncrementalDecoder (Results 1 – 20 of 20) sorted by relevance
/aosp_15_r20/external/python/cpython2/Include/ |
D | codecs.h | 158 PyAPI_FUNC(PyObject *) PyCodec_IncrementalDecoder(
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/ |
D | codecs.h | 185 PyAPI_FUNC(PyObject *) PyCodec_IncrementalDecoder(
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/ |
D | codecs.h | 185 PyAPI_FUNC(PyObject *) PyCodec_IncrementalDecoder(
|
/aosp_15_r20/external/python/cpython3/Include/ |
D | codecs.h | 185 PyAPI_FUNC(PyObject *) PyCodec_IncrementalDecoder(
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/ |
D | codecs.h | 185 PyAPI_FUNC(PyObject *) PyCodec_IncrementalDecoder(
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/ |
D | codecs.h | 185 PyAPI_FUNC(PyObject *) PyCodec_IncrementalDecoder(
|
/aosp_15_r20/external/python/cpython3/Doc/c-api/ |
D | codec.rst | 65 .. c:function:: PyObject* PyCodec_IncrementalDecoder(const char *encoding, const char *errors)
|
/aosp_15_r20/external/python/cpython2/Doc/c-api/ |
D | codec.rst | 57 .. c:function:: PyObject* PyCodec_IncrementalDecoder(const char *encoding, const char *errors)
|
/aosp_15_r20/external/python/cpython2/Python/ |
D | codecs.c | 317 PyObject *PyCodec_IncrementalDecoder(const char *encoding, in PyCodec_IncrementalDecoder() function
|
/aosp_15_r20/external/python/cpython2/PC/os2emx/ |
D | python27.def | 884 "PyCodec_IncrementalDecoder"
|
/aosp_15_r20/external/python/cpython3/Doc/data/ |
D | refcounts.dat | 303 PyCodec_IncrementalDecoder:PyObject*::+1: 304 PyCodec_IncrementalDecoder:const char*:encoding:: 305 PyCodec_IncrementalDecoder:const char*:errors::
|
D | stable_abi.dat | 76 function,PyCodec_IncrementalDecoder,3.2,,
|
D | python3.11.abi | 83 …<elf-symbol name='PyCodec_IncrementalDecoder' type='func-type' binding='global-binding' visibility… 11589 …PyCodec_IncrementalDecoder' mangled-name='PyCodec_IncrementalDecoder' filepath='Python/codecs.c' l…
|
/aosp_15_r20/external/python/cpython3/PC/ |
D | python3dll.c | 150 EXPORT_FUNC(PyCodec_IncrementalDecoder)
|
/aosp_15_r20/external/python/cpython3/Python/ |
D | codecs.c | 367 PyObject *PyCodec_IncrementalDecoder(const char *encoding, in PyCodec_IncrementalDecoder() function
|
/aosp_15_r20/external/python/cpython2/Modules/ |
D | _testcapimodule.c | 1817 return PyCodec_IncrementalDecoder(encoding, errors); in codec_incrementaldecoder()
|
/aosp_15_r20/external/python/cpython3/Misc/ |
D | stable_abi.toml | 504 [function.PyCodec_IncrementalDecoder]
|
D | HISTORY | 18992 as C functions PyCodec_IncrementalEncoder() and PyCodec_IncrementalDecoder()
|
/aosp_15_r20/external/python/cpython3/Modules/ |
D | _testcapimodule.c | 2457 return PyCodec_IncrementalDecoder(encoding, errors); in codec_incrementaldecoder()
|
/aosp_15_r20/external/python/cpython2/Misc/ |
D | HISTORY | 1608 as C functions PyCodec_IncrementalEncoder() and PyCodec_IncrementalDecoder()
|