Home
last modified time | relevance | path

Searched refs:_PyUnicode_EncodeUTF7 (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Modules/
D_codecsmodule.c668 return codec_tuple(_PyUnicode_EncodeUTF7(str, 0, 0, errors), in _codecs_utf_7_encode_impl()
/external/python/cpython3/Include/cpython/
Dunicodeobject.h797 PyAPI_FUNC(PyObject*) _PyUnicode_EncodeUTF7(
/external/python/cpython3/Objects/
Dunicodeobject.c4760 _PyUnicode_EncodeUTF7(PyObject *str, in _PyUnicode_EncodeUTF7() function
4871 result = _PyUnicode_EncodeUTF7(tmp, base64SetO, in PyUnicode_EncodeUTF7()