Searched refs:codec_getstreamcodec (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/python/cpython2/Python/ |
D | codecs.c | 257 PyObject *codec_getstreamcodec(const char *encoding, in codec_getstreamcodec() function 327 return codec_getstreamcodec(encoding, stream, errors, 2); in PyCodec_StreamReader() 334 return codec_getstreamcodec(encoding, stream, errors, 3); in PyCodec_StreamWriter()
|
/aosp_15_r20/external/python/cpython3/Python/ |
D | codecs.c | 307 PyObject *codec_getstreamcodec(const char *encoding, in codec_getstreamcodec() function 377 return codec_getstreamcodec(encoding, stream, errors, 2); in PyCodec_StreamReader() 384 return codec_getstreamcodec(encoding, stream, errors, 3); in PyCodec_StreamWriter()
|
/aosp_15_r20/external/python/cpython2/Misc/ |
D | HISTORY | 402 - Bug #1511381: codec_getstreamcodec() in codec.c is corrected to
|
/aosp_15_r20/external/python/cpython3/Misc/ |
D | HISTORY | 17786 - Bug #1511381: codec_getstreamcodec() in codec.c is corrected to
|