Home
last modified time | relevance | path

Searched refs:getwriter (Results 1 – 12 of 12) sorted by relevance

/third_party/python/Lib/test/
Dtest_multibytecodec.py327 c = codecs.getwriter('gb18030')(s)
338 c = codecs.getwriter('utf-8')(s)
350 wr = codecs.getwriter('gb18030')(s)
Dmultibytecodec_support.py194 UTF8Writer = codecs.getwriter('utf-8')
231 UTF8Writer = codecs.getwriter('utf-8')
Dtest_codecs.py330 writer = codecs.getwriter(self.encoding)(q)
1674 self.assertRaises(TypeError, codecs.getwriter)
1675 self.assertRaises(LookupError, codecs.getwriter, "__spam__")
1901 writer = codecs.getwriter(encoding)(q)
Dtest_sax.py821 writer = codecs.getwriter('ascii')(raw, 'xmlcharrefreplace')
Dtest_logging.py2141 writer_class = codecs.getwriter('cp1251')
/third_party/python/Lib/lib2to3/tests/
Dtest_main.py47 out_enc = codecs.getwriter("ascii")(out)
/third_party/python/Lib/
Dcodecs.py1015 def getwriter(encoding): function
/third_party/glib/gobject/
Dglib-mkenums.in103 output_stream = codecs.getwriter(
/third_party/python/Doc/howto/
Dunicode.rst707 codecs.getreader('latin-1'), codecs.getwriter('latin-1') )
/third_party/json/third_party/cpplint/
Dcpplint.py6329 codecs.getwriter('utf8'),
/third_party/python/Doc/library/
Dcodecs.rst149 .. function:: getwriter(encoding)
/third_party/python/Misc/
DHISTORY24155 getwriter().