Home
last modified time | relevance | path

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

/external/python/cpython3/Doc/data/
Drefcounts.dat2518 PyUnicode_EncodeUTF7:PyObject*::+1:
2519 PyUnicode_EncodeUTF7:const Py_UNICODE*:s::
2520 PyUnicode_EncodeUTF7:Py_ssize_t:size::
2521 PyUnicode_EncodeUTF7:int:base64SetO::
2522 PyUnicode_EncodeUTF7:int:base64WhiteSpace::
2523 PyUnicode_EncodeUTF7:const char*:errors::
/external/python/cpython3/Include/cpython/
Dunicodeobject.h789 Py_DEPRECATED(3.3) PyAPI_FUNC(PyObject*) PyUnicode_EncodeUTF7(
/external/python/cpython2/Include/
Dunicodeobject.h740 PyAPI_FUNC(PyObject*) PyUnicode_EncodeUTF7(
/external/python/cpython2/Modules/
D_codecsmodule.c674 v = codec_tuple(PyUnicode_EncodeUTF7(PyUnicode_AS_UNICODE(str), in utf_7_encode()
/external/python/cpython2/PC/os2emx/
Dpython27.def601 "PyUnicode_EncodeUTF7"
/external/python/cpython2/Doc/c-api/
Dunicode.rst702 .. c:function:: PyObject* PyUnicode_EncodeUTF7(const Py_UNICODE *s, Py_ssize_t size, int base64SetO…
/external/python/cpython3/Doc/c-api/
Dunicode.rst1309 .. c:function:: PyObject* PyUnicode_EncodeUTF7(const Py_UNICODE *s, Py_ssize_t size, \
/external/python/cpython2/Objects/
Dunicodeobject.c1832 PyObject *PyUnicode_EncodeUTF7(const Py_UNICODE *s, in PyUnicode_EncodeUTF7() function
/external/python/cpython3/Doc/whatsnew/
D3.3.rst2307 * :c:func:`PyUnicode_EncodeUTF7`
/external/python/cpython3/Objects/
Dunicodeobject.c4861 PyUnicode_EncodeUTF7(const Py_UNICODE *s, in PyUnicode_EncodeUTF7() function