Home
last modified time | relevance | path

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

/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/cpython2/Objects/
Dunicodeobject.c1832 PyObject *PyUnicode_EncodeUTF7(const Py_UNICODE *s, in PyUnicode_EncodeUTF7() function