Home
last modified time | relevance | path

Searched refs:_PyCodec_DecodeInternal (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Python/
Dcodecs.c387 _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()
/external/python/cpython3/Python/
Dcodecs.c459 _PyCodec_DecodeInternal(PyObject *object, in _PyCodec_DecodeInternal() function
522 return _PyCodec_DecodeInternal(object, decoder, encoding, errors); in PyCodec_Decode()
618 return _PyCodec_DecodeInternal(object, decoder, encoding, errors); in _PyCodec_DecodeText()