Searched refs:_PyUnicode_EncodeUTF7 (Results 1 – 3 of 3) sorted by relevance
746 return codec_tuple(_PyUnicode_EncodeUTF7(str, 0, 0, errors), in _codecs_utf_7_encode_impl()
1288 PyAPI_FUNC(PyObject*) _PyUnicode_EncodeUTF7(
4601 _PyUnicode_EncodeUTF7(PyObject *str, in _PyUnicode_EncodeUTF7() function4712 result = _PyUnicode_EncodeUTF7(tmp, base64SetO, in PyUnicode_EncodeUTF7()