Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dtest_multibytecodec.py168 c = codecs.getwriter('gb18030')(s)
188 c = codecs.getwriter('utf-8')(s)
217 wr = codecs.getwriter('gb18030')(s)
Dtest_multibytecodec_support.py180 UTF8Writer = codecs.getwriter('utf-8')
217 UTF8Writer = codecs.getwriter('utf-8')
Dtest_codecs.py241 writer = codecs.getwriter(self.encoding)(q)
1410 self.assertRaises(TypeError, codecs.getwriter)
1411 self.assertRaises(LookupError, codecs.getwriter, "__spam__")
1658 writer = codecs.getwriter(encoding)(q)
Dtest_logging.py1045 writer_class = codecs.getwriter('cp1251')
1065 writer_class = codecs.getwriter('utf-16-le')
/external/python/cpython2/Demo/xml/
Drss2html.py43 self._out = codecs.getwriter('utf-8')(out)
/external/python/cpython2/Lib/lib2to3/tests/
Dtest_main.py57 out_enc = codecs.getwriter("ascii")(out)
/external/python/cpython2/Lib/
Dcodecs.py1001 def getwriter(encoding): function
/external/compiler-rt/lib/sanitizer_common/scripts/
Dcpplint.py3889 codecs.getwriter('utf8'),
4012 codecs.getwriter('utf8'),
/external/libvpx/libvpx/tools/
Dcpplint.py4607 codecs.getwriter('utf8'),
4744 codecs.getwriter('utf8'),
/external/python/cpython2/Doc/library/
Djson.rst144 explicitly understands :class:`unicode` (as in :func:`codecs.getwriter`)
Dcodecs.rst172 .. function:: getwriter(encoding)
/external/python/cpython2/Misc/
DHISTORY6776 getwriter().