Searched refs:_PyCodec_DecodeInternal (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/python/cpython2/Python/ |
D | codecs.c | 387 _PyCodec_DecodeInternal(PyObject *object, in _PyCodec_DecodeInternal() function 448 return _PyCodec_DecodeInternal(object, decoder, encoding, errors); in PyCodec_Decode() 554 return _PyCodec_DecodeInternal(object, decoder, encoding, errors); in _PyCodec_DecodeText()
|
/aosp_15_r20/external/python/cpython3/Python/ |
D | codecs.c | 455 _PyCodec_DecodeInternal(PyObject *object, in _PyCodec_DecodeInternal() function 518 return _PyCodec_DecodeInternal(object, decoder, encoding, errors); in PyCodec_Decode() 613 return _PyCodec_DecodeInternal(object, decoder, encoding, errors); in _PyCodec_DecodeText()
|