Home
last modified time | relevance | path

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

/third_party/python/Doc/data/
Drefcounts.dat2513 PyUnicode_EncodeUTF7:PyObject*::+1:
2514 PyUnicode_EncodeUTF7:const Py_UNICODE*:s::
2515 PyUnicode_EncodeUTF7:Py_ssize_t:size::
2516 PyUnicode_EncodeUTF7:int:base64SetO::
2517 PyUnicode_EncodeUTF7:int:base64WhiteSpace::
2518 PyUnicode_EncodeUTF7:const char*:errors::
/third_party/python/Include/cpython/
Dunicodeobject.h800 Py_DEPRECATED(3.3) PyAPI_FUNC(PyObject*) PyUnicode_EncodeUTF7(
/third_party/python/Doc/c-api/
Dunicode.rst1283 .. c:function:: PyObject* PyUnicode_EncodeUTF7(const Py_UNICODE *s, Py_ssize_t size, \
/third_party/python/Doc/whatsnew/
D3.3.rst2307 * :c:func:`PyUnicode_EncodeUTF7`
/third_party/python/Objects/
Dunicodeobject.c4759 PyUnicode_EncodeUTF7(const Py_UNICODE *s, in PyUnicode_EncodeUTF7() function