Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dcodecs.c526 static PyObject * _PyCodec_TextDecoder(const char *encoding) in _PyCodec_TextDecoder() function
550 decoder = _PyCodec_TextDecoder(encoding); in _PyCodec_DecodeText()
/external/python/cpython3/Python/
Dcodecs.c590 static PyObject * _PyCodec_TextDecoder(const char *encoding) in _PyCodec_TextDecoder() function
614 decoder = _PyCodec_TextDecoder(encoding); in _PyCodec_DecodeText()