Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
Dtest_multibytecodec.py234 decoder = codecs.getincrementaldecoder('cp949')()
242 decoder = codecs.getincrementaldecoder('cp949')()
253 decoder = codecs.getincrementaldecoder('iso2022-jp')()
270 decoder = codecs.getincrementaldecoder(enc)()
274 decoder = codecs.getincrementaldecoder('euc_jp')()
302 decoder = codecs.getincrementaldecoder('euc_jp')()
Dtest_codecs.py77 d = codecs.getincrementaldecoder(encoding)()
92 d = codecs.getincrementaldecoder(encoding)()
126 d = codecs.getincrementaldecoder(self.encoding)()
437 dec = codecs.getincrementaldecoder(self.encoding)('surrogatepass')
443 dec = codecs.getincrementaldecoder(self.encoding)('surrogatepass')
900 dec = codecs.getincrementaldecoder(self.encoding)()
1099 d = codecs.getincrementaldecoder("utf-8-sig")()
1560 decoder = codecs.getincrementaldecoder("idna")()
1928 decoder = codecs.getincrementaldecoder(encoding)()
1954 decoder = codecs.getincrementaldecoder(encoding)("ignore")
[all …]
Dtest_io.py3900 decoder = enc and codecs.getincrementaldecoder(enc)()
3903 decoder = codecs.getincrementaldecoder("utf-8")()
3924 decoder = codecs.getincrementaldecoder("utf-8")()
3927 decoder = codecs.getincrementaldecoder("utf-8")()
/third_party/python/Lib/
Dcodecs.py991 def getincrementaldecoder(encoding): function
1052 decoder = getincrementaldecoder(encoding)(errors, **kwargs)
D_pyio.py2258 make_decoder = codecs.getincrementaldecoder(self._encoding)
/third_party/python/Doc/library/
Dcodecs.rst132 .. function:: getincrementaldecoder(encoding)
/third_party/python/Misc/
DHISTORY18991 codecs.getincrementaldecoder() and codecs.getincrementalencoder() as well