Home
last modified time | relevance | path

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

/third_party/python/Python/
Dcodecs.c454 _PyCodec_DecodeInternal(PyObject *object, in _PyCodec_DecodeInternal() function
517 return _PyCodec_DecodeInternal(object, decoder, encoding, errors); in PyCodec_Decode()
613 return _PyCodec_DecodeInternal(object, decoder, encoding, errors); in _PyCodec_DecodeText()