Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dunicodeobject.h864 Py_DEPRECATED(3.3) PyAPI_FUNC(PyObject*) PyUnicode_EncodeRawUnicodeEscape(
/third_party/python/Doc/data/
Drefcounts.dat2576 PyUnicode_EncodeRawUnicodeEscape:PyObject*::+1:
2577 PyUnicode_EncodeRawUnicodeEscape:const Py_UNICODE*:s::
2578 PyUnicode_EncodeRawUnicodeEscape:Py_ssize_t:size::
/third_party/python/Doc/c-api/
Dunicode.rst1365 .. c:function:: PyObject* PyUnicode_EncodeRawUnicodeEscape(const Py_UNICODE *s, \
/third_party/python/Doc/whatsnew/
D3.3.rst2314 * :c:func:`PyUnicode_EncodeRawUnicodeEscape` use
/third_party/python/Objects/
Dunicodeobject.c7058 PyUnicode_EncodeRawUnicodeEscape(const Py_UNICODE *s, in PyUnicode_EncodeRawUnicodeEscape() function