Searched refs:PyCodec_Decode (Results 1 – 19 of 19) sorted by relevance
/aosp_15_r20/external/python/cpython2/Include/ |
D | codecs.h | 78 PyAPI_FUNC(PyObject *) PyCodec_Decode(
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/ |
D | codecs.h | 103 PyAPI_FUNC(PyObject *) PyCodec_Decode(
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/ |
D | codecs.h | 103 PyAPI_FUNC(PyObject *) PyCodec_Decode(
|
/aosp_15_r20/external/python/cpython3/Include/ |
D | codecs.h | 103 PyAPI_FUNC(PyObject *) PyCodec_Decode(
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/ |
D | codecs.h | 103 PyAPI_FUNC(PyObject *) PyCodec_Decode(
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/ |
D | codecs.h | 103 PyAPI_FUNC(PyObject *) PyCodec_Decode(
|
/aosp_15_r20/external/python/cpython3/Doc/c-api/ |
D | codec.rst | 35 .. c:function:: PyObject* PyCodec_Decode(PyObject *object, const char *encoding, const char *errors)
|
/aosp_15_r20/external/python/cpython2/Doc/c-api/ |
D | codec.rst | 27 .. c:function:: PyObject* PyCodec_Decode(PyObject *object, const char *encoding, const char *errors)
|
/aosp_15_r20/external/python/cpython3/Modules/ |
D | _codecsmodule.c | 158 return PyCodec_Decode(obj, encoding, errors); in _codecs_decode_impl()
|
/aosp_15_r20/external/python/cpython3/Doc/data/ |
D | refcounts.dat | 288 PyCodec_Decode:PyObject*::+1: 289 PyCodec_Decode:PyObject*:object:0: 290 PyCodec_Decode:const char*:encoding:: 291 PyCodec_Decode:const char*:errors::
|
D | stable_abi.dat | 71 function,PyCodec_Decode,3.2,,
|
D | python3.11.abi | 78 …<elf-symbol name='PyCodec_Decode' type='func-type' binding='global-binding' visibility='default-vi… 11565 …PyCodec_Decode' mangled-name='PyCodec_Decode' filepath='Python/codecs.c' line='508' column='1' vis…
|
/aosp_15_r20/external/python/cpython2/Python/ |
D | codecs.c | 438 PyObject *PyCodec_Decode(PyObject *object, in PyCodec_Decode() function
|
/aosp_15_r20/external/python/cpython2/PC/os2emx/ |
D | python27.def | 875 "PyCodec_Decode"
|
/aosp_15_r20/external/python/cpython2/Modules/ |
D | _codecsmodule.c | 142 return PyCodec_Decode(v, encoding, errors); in codec_decode()
|
/aosp_15_r20/external/python/cpython3/PC/ |
D | python3dll.c | 145 EXPORT_FUNC(PyCodec_Decode)
|
/aosp_15_r20/external/python/cpython3/Python/ |
D | codecs.c | 508 PyObject *PyCodec_Decode(PyObject *object, in PyCodec_Decode() function
|
/aosp_15_r20/external/python/cpython3/Misc/ |
D | stable_abi.toml | 494 [function.PyCodec_Decode]
|
/aosp_15_r20/external/python/cpython3/Objects/ |
D | unicodeobject.c | 3654 return PyCodec_Decode(unicode, encoding, errors); in PyUnicode_AsDecodedObject() 3678 v = PyCodec_Decode(unicode, encoding, errors); in PyUnicode_AsDecodedUnicode()
|