Home
last modified time | relevance | path

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

/third_party/python/Doc/data/
Drefcounts.dat2495 PyUnicode_EncodeUTF7:PyObject*::+1:
2496 PyUnicode_EncodeUTF7:const Py_UNICODE*:s::
2497 PyUnicode_EncodeUTF7:Py_ssize_t:size::
2498 PyUnicode_EncodeUTF7:int:base64SetO::
2499 PyUnicode_EncodeUTF7:int:base64WhiteSpace::
2500 PyUnicode_EncodeUTF7:const char*:errors::
/third_party/python/Include/cpython/
Dunicodeobject.h759 Py_DEPRECATED(3.3) PyAPI_FUNC(PyObject*) PyUnicode_EncodeUTF7(
/third_party/python/Doc/c-api/
Dunicode.rst1298 .. 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.c5068 PyUnicode_EncodeUTF7(const Py_UNICODE *s, in PyUnicode_EncodeUTF7() function