Home
last modified time | relevance | path

Searched refs:PyUnicode_DecodeUTF7 (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Include/
Dunicodeobject.h727 PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF7(
/external/python/cpython2/PC/os2emx/
Dpython27.def600 "PyUnicode_DecodeUTF7"
/external/python/cpython2/Doc/c-api/
Dunicode.rst688 .. c:function:: PyObject* PyUnicode_DecodeUTF7(const char *s, Py_ssize_t size, const char *errors)
696 If *consumed* is *NULL*, behave like :c:func:`PyUnicode_DecodeUTF7`. If
/external/python/cpython2/Objects/
Dunicodeobject.c1632 PyObject *PyUnicode_DecodeUTF7(const char *s, in PyUnicode_DecodeUTF7() function