Home
last modified time | relevance | path

Searched refs:_PyCodecInfo_GetIncrementalDecoder (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython2/Include/
Dcodecs.h117 PyAPI_FUNC(PyObject *) _PyCodecInfo_GetIncrementalDecoder(
/external/python/cpython3/Include/
Dcodecs.h135 PyAPI_FUNC(PyObject *) _PyCodecInfo_GetIncrementalDecoder(
/external/python/cpython2/Python/
Dcodecs.c280 PyObject *_PyCodecInfo_GetIncrementalDecoder(PyObject *codec_info, in _PyCodecInfo_GetIncrementalDecoder() function
/external/python/cpython3/Python/
Dcodecs.c334 PyObject *_PyCodecInfo_GetIncrementalDecoder(PyObject *codec_info, in _PyCodecInfo_GetIncrementalDecoder() function
/external/python/cpython2/Modules/_io/
Dtextio.c961 self->decoder = _PyCodecInfo_GetIncrementalDecoder(codec_info, in textiowrapper_init()
/external/python/cpython3/Modules/_io/
Dtextio.c869 self->decoder = _PyCodecInfo_GetIncrementalDecoder(codec_info, errors); in _textiowrapper_set_decoder()