Home
last modified time | relevance | path

Searched refs:getincrementalencoder (Results 1 – 8 of 8) sorted by relevance

/third_party/python/Lib/test/
Dtest_multibytecodec.py83 encoder = codecs.getincrementalencoder('cp949')()
100 encoder = codecs.getincrementalencoder('jisx0213')()
114 encoder = codecs.getincrementalencoder('jisx0213')()
127 encoder = codecs.getincrementalencoder('euc_jis_2004')()
142 encoder = codecs.getincrementalencoder('iso2022_jp')()
163 buffer_state_encoder = codecs.getincrementalencoder('euc_jis_2004')()
176 non_buffer_state_encoder = codecs.getincrementalencoder('iso2022_jp')()
190 encoder = codecs.getincrementalencoder('euc_jp')()
199 encoder = codecs.getincrementalencoder('euc_jp')()
208 encoder = codecs.getincrementalencoder('shift-jis')('backslashreplace')
[all …]
Dtest_codecs.py99 d = codecs.getincrementalencoder(encoding)()
102 d = codecs.getincrementalencoder(encoding)()
1590 encoder = codecs.getincrementalencoder("idna")()
1919 encoder = codecs.getincrementalencoder(encoding)()
1949 encoder = codecs.getincrementalencoder(encoding)("ignore")
3460 encoder = codecs.getincrementalencoder('rot-13')()
Dtest_io.py3861 encoder = codecs.getincrementalencoder(encoding)()
/third_party/python/Lib/
Dcodecs.py977 def getincrementalencoder(encoding): function
1034 encoder = getincrementalencoder(encoding)(errors, **kwargs)
D_pyio.py2253 make_encoder = codecs.getincrementalencoder(self._encoding)
/third_party/python/Doc/library/
Dcodecs.rst123 .. function:: getincrementalencoder(encoding)
/third_party/python/Doc/whatsnew/
D3.3.rst1005 >>> encoder = codecs.getincrementalencoder('hz')('strict')
/third_party/python/Misc/
DHISTORY18991 codecs.getincrementaldecoder() and codecs.getincrementalencoder() as well