Lines Matching refs:getincrementaldecoder
77 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")
3465 decoder = codecs.getincrementaldecoder('rot-13')()