Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dunicodeobject.h896 Py_DEPRECATED(3.3) PyAPI_FUNC(PyObject*) PyUnicode_EncodeRawUnicodeEscape(
/third_party/python/Doc/data/
Drefcounts.dat2594 PyUnicode_EncodeRawUnicodeEscape:PyObject*::+1:
2595 PyUnicode_EncodeRawUnicodeEscape:const Py_UNICODE*:s::
2596 PyUnicode_EncodeRawUnicodeEscape:Py_ssize_t:size::
/third_party/python/Doc/c-api/
Dunicode.rst1350 .. 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.c6643 PyUnicode_EncodeRawUnicodeEscape(const Py_UNICODE *s, in PyUnicode_EncodeRawUnicodeEscape() function