Home | History | Annotate | Download | only in test

Lines Matching full:getincrementaldecoder

51         d = codecs.getincrementaldecoder(self.encoding)()
686 d = codecs.getincrementaldecoder("utf-8-sig")()
1184 decoder = codecs.getincrementaldecoder("idna")()
1513 decoder = codecs.getincrementaldecoder(encoding)()
1549 decoder = codecs.getincrementaldecoder(encoding)("ignore")