Searched refs:base64WhiteSpace (Results 1 – 7 of 7) sorted by relevance
/external/python/cpython3/Include/ |
D | unicodeobject.h | 1285 int base64WhiteSpace, /* Encode whitespace (sp, ht, nl, cr) in base64 */ 1291 int base64WhiteSpace, /* Encode whitespace (sp, ht, nl, cr) in base64 */
|
/external/python/cpython2/Include/ |
D | unicodeobject.h | 744 int base64WhiteSpace, /* Encode whitespace (sp, ht, nl, cr) in base64 */
|
/external/python/cpython2/Doc/c-api/ |
D | unicode.rst | 702 …ncodeUTF7(const Py_UNICODE *s, Py_ssize_t size, int base64SetO, int base64WhiteSpace, const char *… 709 special meaning) will be encoded in base-64. If *base64WhiteSpace* is
|
/external/python/cpython2/Objects/ |
D | unicodeobject.c | 1835 int base64WhiteSpace, 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/Objects/ |
D | unicodeobject.c | 4603 int base64WhiteSpace, in _PyUnicode_EncodeUTF7() argument 4638 if (ENCODE_DIRECT(ch, !base64SetO, !base64WhiteSpace)) { in _PyUnicode_EncodeUTF7() 4662 else if (ENCODE_DIRECT(ch, !base64SetO, !base64WhiteSpace)) { in _PyUnicode_EncodeUTF7() 4705 int base64WhiteSpace, in PyUnicode_EncodeUTF7() argument 4713 base64WhiteSpace, errors); in PyUnicode_EncodeUTF7()
|
/external/python/cpython3/Doc/c-api/ |
D | unicode.rst | 1282 int base64SetO, int base64WhiteSpace, const char *errors) 1289 special meaning) will be encoded in base-64. If *base64WhiteSpace* is
|
/external/python/cpython3/Doc/data/ |
D | refcounts.dat | 2481 PyUnicode_EncodeUTF7:int:base64WhiteSpace::
|