Searched refs:_PyBytes_DecodeEscape (Results 1 – 5 of 5) sorted by relevance
/external/python/cpython3/Include/cpython/ |
D | bytesobject.h | 28 PyAPI_FUNC(PyObject *) _PyBytes_DecodeEscape(const char *, Py_ssize_t,
|
/external/python/cpython3/Parser/pegen/ |
D | parse_string.c | 142 PyObject *result = _PyBytes_DecodeEscape(s, len, NULL, &first_invalid_escape); in decode_bytes_with_escapes()
|
/external/python/cpython2/Objects/ |
D | bytesobject.c | 1122 PyObject *_PyBytes_DecodeEscape(const char *s, in _PyBytes_DecodeEscape() function 1252 PyObject *result = _PyBytes_DecodeEscape(s, len, errors, unicode, in PyBytes_DecodeEscape()
|
/external/python/cpython3/Objects/ |
D | bytesobject.c | 1063 PyObject *_PyBytes_DecodeEscape(const char *s, in _PyBytes_DecodeEscape() function 1178 PyObject *result = _PyBytes_DecodeEscape(s, len, errors, in PyBytes_DecodeEscape()
|
/external/python/cpython3/Python/ |
D | ast.c | 4663 PyObject *result = _PyBytes_DecodeEscape(s, len, NULL, in decode_bytes_with_escapes()
|