Searched refs:getincrementaldecoder (Results 1 – 7 of 7) sorted by relevance
234 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')()
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")[all …]
3900 decoder = enc and codecs.getincrementaldecoder(enc)()3903 decoder = codecs.getincrementaldecoder("utf-8")()3924 decoder = codecs.getincrementaldecoder("utf-8")()3927 decoder = codecs.getincrementaldecoder("utf-8")()
991 def getincrementaldecoder(encoding): function1052 decoder = getincrementaldecoder(encoding)(errors, **kwargs)
2258 make_decoder = codecs.getincrementaldecoder(self._encoding)
132 .. function:: getincrementaldecoder(encoding)
18991 codecs.getincrementaldecoder() and codecs.getincrementalencoder() as well