Home
last modified time | relevance | path

Searched refs:PyCodec_Decoder (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/external/python/cpython2/Include/
Dcodecs.h145 PyAPI_FUNC(PyObject *) PyCodec_Decoder(
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/
Dcodecs.h172 PyAPI_FUNC(PyObject *) PyCodec_Decoder(
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/
Dcodecs.h172 PyAPI_FUNC(PyObject *) PyCodec_Decoder(
/aosp_15_r20/external/python/cpython3/Include/
Dcodecs.h172 PyAPI_FUNC(PyObject *) PyCodec_Decoder(
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/
Dcodecs.h172 PyAPI_FUNC(PyObject *) PyCodec_Decoder(
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/
Dcodecs.h172 PyAPI_FUNC(PyObject *) PyCodec_Decoder(
/aosp_15_r20/external/python/cpython2/Python/
Dcodecs.c306 PyObject *PyCodec_Decoder(const char *encoding) in PyCodec_Decoder() function
444 decoder = PyCodec_Decoder(encoding); in PyCodec_Decode()
/aosp_15_r20/external/python/cpython3/Doc/c-api/
Dcodec.rst57 .. c:function:: PyObject* PyCodec_Decoder(const char *encoding)
/aosp_15_r20/external/python/cpython2/Doc/c-api/
Dcodec.rst49 .. c:function:: PyObject* PyCodec_Decoder(const char *encoding)
/aosp_15_r20/external/python/cpython3/Python/
Dcodecs.c356 PyObject *PyCodec_Decoder(const char *encoding) in PyCodec_Decoder() function
514 decoder = PyCodec_Decoder(encoding); in PyCodec_Decode()
/aosp_15_r20/external/python/cpython2/PC/os2emx/
Dpython27.def882 "PyCodec_Decoder"
/aosp_15_r20/external/python/cpython3/PC/
Dpython3dll.c146 EXPORT_FUNC(PyCodec_Decoder)
/aosp_15_r20/external/python/cpython3/Doc/data/
Dstable_abi.dat72 function,PyCodec_Decoder,3.2,,
Drefcounts.dat296 PyCodec_Decoder:PyObject*::+1:
297 PyCodec_Decoder:const char*:encoding::
Dpython3.11.abi79 …<elf-symbol name='PyCodec_Decoder' type='func-type' binding='global-binding' visibility='default-v…
11599PyCodec_Decoder' mangled-name='PyCodec_Decoder' filepath='Python/codecs.c' line='356' column='1' v…
/aosp_15_r20/external/python/cpython3/Misc/
Dstable_abi.toml496 [function.PyCodec_Decoder]