Home
last modified time | relevance | path

Searched refs:PyString_DecodeEscape (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython2/Include/
Dbytesobject.h24 #define PyBytes_DecodeEscape PyString_DecodeEscape
Dstringobject.h78 PyAPI_FUNC(PyObject *) PyString_DecodeEscape(const char *, Py_ssize_t,
/external/python/cpython2/Modules/
D_codecsmodule.c171 return codec_tuple(PyString_DecodeEscape(data, size, errors, 0, NULL), in escape_decode()
DcPickle.c3677 str = PyString_DecodeEscape(p, len, NULL, 0, NULL); in load_string()
/external/python/cpython2/PC/os2emx/
Dpython27.def537 "PyString_DecodeEscape"
/external/python/cpython2/Python/
Dast.c3544 return PyString_DecodeEscape(s, len, NULL, unicode, in parsestr()
/external/python/cpython2/Objects/
Dstringobject.c605 PyObject *PyString_DecodeEscape(const char *s, in PyString_DecodeEscape() function