Home
last modified time | relevance | path

Searched refs:_PyBytes_DecodeEscape (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython3/Include/cpython/
Dbytesobject.h28 PyAPI_FUNC(PyObject *) _PyBytes_DecodeEscape(const char *, Py_ssize_t,
/external/python/cpython3/Parser/pegen/
Dparse_string.c142 PyObject *result = _PyBytes_DecodeEscape(s, len, NULL, &first_invalid_escape); in decode_bytes_with_escapes()
/external/python/cpython2/Objects/
Dbytesobject.c1122 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/
Dbytesobject.c1063 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/
Dast.c4663 PyObject *result = _PyBytes_DecodeEscape(s, len, NULL, in decode_bytes_with_escapes()