Home
last modified time | relevance | path

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

/third_party/python/Modules/
D_codecsmodule.c676 return codec_tuple(_PyUnicode_EncodeUTF7(str, 0, 0, errors), in _codecs_utf_7_encode_impl()
/third_party/python/Include/cpython/
Dunicodeobject.h767 PyAPI_FUNC(PyObject*) _PyUnicode_EncodeUTF7(
/third_party/python/Objects/
Dunicodeobject.c4967 _PyUnicode_EncodeUTF7(PyObject *str, in _PyUnicode_EncodeUTF7() function
5078 result = _PyUnicode_EncodeUTF7(tmp, base64SetO, in PyUnicode_EncodeUTF7()