Home
last modified time | relevance | path

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

/aosp_15_r20/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()
/aosp_15_r20/external/python/cpython3/Python/
Dcodecs.c585 static PyObject * _PyCodec_TextDecoder(const char *encoding) in _PyCodec_TextDecoder() function
609 decoder = _PyCodec_TextDecoder(encoding); in _PyCodec_DecodeText()