Searched refs:ascii_decode (Results 1 – 5 of 5) sorted by relevance
/external/python/cpython3/Lib/encodings/ |
D | ascii.py | 18 decode = codecs.ascii_decode 26 return codecs.ascii_decode(input, self.errors)[0] 36 encode = codecs.ascii_decode
|
/external/python/cpython2/Lib/encodings/ |
D | ascii.py | 18 decode = codecs.ascii_decode 26 return codecs.ascii_decode(input, self.errors)[0] 36 encode = codecs.ascii_decode
|
/external/python/cpython2/Modules/ |
D | _codecsmodule.c | 536 ascii_decode(PyObject *self, in ascii_decode() function 1094 {"ascii_decode", ascii_decode, METH_VARARGS},
|
/external/python/cpython3/Lib/test/ |
D | test_codecs.py | 2399 codecs.ascii_decode,
|
/external/python/cpython3/Objects/ |
D | unicodeobject.c | 4761 ascii_decode(const char *start, const char *end, Py_UCS1 *dest) in ascii_decode() function 4859 writer.pos = ascii_decode(s, end, writer.data); in PyUnicode_DecodeUTF8Stateful() 6967 outpos = ascii_decode(s, e, (Py_UCS1 *)data); in PyUnicode_DecodeASCII()
|