Home
last modified time | relevance | path

Searched refs:base64SetO (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython3/Include/cpython/
Dunicodeobject.h792 int base64SetO, /* Encode RFC2152 Set O characters in base64 */
799 int base64SetO, /* Encode RFC2152 Set O characters in base64 */
/external/python/cpython2/Include/
Dunicodeobject.h743 int base64SetO, /* Encode RFC2152 Set O characters in base64 */
/external/python/cpython2/Doc/c-api/
Dunicode.rst702 .. c:function:: PyObject* PyUnicode_EncodeUTF7(const Py_UNICODE *s, Py_ssize_t size, int base64SetO
708 If *base64SetO* is nonzero, "Set O" (punctuation that has no otherwise
/external/python/cpython2/Objects/
Dunicodeobject.c1834 int base64SetO, in PyUnicode_EncodeUTF7() argument
1863 if (ENCODE_DIRECT(ch, !base64SetO, !base64WhiteSpace)) { in PyUnicode_EncodeUTF7()
1887 else if (ENCODE_DIRECT(ch, !base64SetO, !base64WhiteSpace)) { in PyUnicode_EncodeUTF7()
/external/python/cpython3/Doc/c-api/
Dunicode.rst1310 int base64SetO, int base64WhiteSpace, const char *errors)
1316 If *base64SetO* is nonzero, "Set O" (punctuation that has no otherwise
/external/python/cpython3/Objects/
Dunicodeobject.c4761 int base64SetO, in _PyUnicode_EncodeUTF7() argument
4797 if (ENCODE_DIRECT(ch, !base64SetO, !base64WhiteSpace)) { in _PyUnicode_EncodeUTF7()
4821 else if (ENCODE_DIRECT(ch, !base64SetO, !base64WhiteSpace)) { in _PyUnicode_EncodeUTF7()
4863 int base64SetO, in PyUnicode_EncodeUTF7() argument
4871 result = _PyUnicode_EncodeUTF7(tmp, base64SetO, in PyUnicode_EncodeUTF7()
/external/python/cpython3/Doc/data/
Drefcounts.dat2521 PyUnicode_EncodeUTF7:int:base64SetO::