Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dtest_codecs.py39 r = codecs.getreader(self.encoding)(q)
78 def getreader(input): function
80 return codecs.getreader(self.encoding)(stream)
83 reader = getreader(input)
115 reader = getreader(s)
125 reader = getreader(s)
142 def getreader(): function
144 return codecs.getreader(self.encoding)(stream)
147 f = getreader()
153 f = getreader()
[all …]
Dtest_multibytecodec_support.py160 UTF8Reader = codecs.getreader('utf-8')
237 UTF8Reader = codecs.getreader('utf-8')
/external/python/cpython2/Lib/
Dcodecs.py991 def getreader(encoding): function
/external/compiler-rt/lib/sanitizer_common/scripts/
Dcpplint.py3888 codecs.getreader('utf8'),
4011 codecs.getreader('utf8'),
/external/libvpx/libvpx/tools/
Dcpplint.py4606 codecs.getreader('utf8'),
4743 codecs.getreader('utf8'),
/external/python/cpython2/Doc/library/
Dcsv.rst568 self.reader = codecs.getreader(encoding)(f)
Djson.rst222 should be wrapped with ``codecs.getreader(encoding)(fp)``, or simply decoded
Dcodecs.rst164 .. function:: getreader(encoding)
/external/python/cpython2/Misc/
DHISTORY6775 built-in codecs: getencoder(), getdecoder(), getreader(),