Searched refs:PyUnicode_DecodeUTF7Stateful (Results  1 – 13 of 13) sorted by relevance
| /external/python/cpython3/Include/ | 
| D | unicodeobject.h | 445 PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF7Stateful(
  | 
| /external/python/cpython3/Modules/ | 
| D | _codecsmodule.c | 268     PyObject *decoded = PyUnicode_DecodeUTF7Stateful(data->buf, data->len,  in _codecs_utf_7_decode_impl()
  | 
| /external/python/cpython3/Doc/data/ | 
| D | refcounts.dat | 2489 PyUnicode_DecodeUTF7Stateful:PyObject*::+1: 2490 PyUnicode_DecodeUTF7Stateful:const char*:s:: 2491 PyUnicode_DecodeUTF7Stateful:Py_ssize_t:size:: 2492 PyUnicode_DecodeUTF7Stateful:const char*:errors:: 2493 PyUnicode_DecodeUTF7Stateful:Py_ssize_t*:consumed::
  | 
| D | stable_abi.dat | 722 function,PyUnicode_DecodeUTF7Stateful,3.2,
  | 
| D | python3.10.abi | 781 …<elf-symbol name='PyUnicode_DecodeUTF7Stateful' type='func-type' binding='global-binding' visibili… 11354 …PyUnicode_DecodeUTF7Stateful' mangled-name='PyUnicode_DecodeUTF7Stateful' filepath='Objects/unicod… 20139 …<function-decl name='PyUnicode_DecodeUTF7Stateful' mangled-name='PyUnicode_DecodeUTF7Stateful' fil…
  | 
| /external/python/cpython2/Include/ | 
| D | unicodeobject.h | 733 PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF7Stateful(
  | 
| /external/python/cpython2/Modules/ | 
| D | _codecsmodule.c | 247     decoded = PyUnicode_DecodeUTF7Stateful(pbuf.buf, pbuf.len, errors,  in utf_7_decode()
  | 
| /external/python/cpython3/PC/ | 
| D | python3dll.c | 648 EXPORT_FUNC(PyUnicode_DecodeUTF7Stateful)
  | 
| /external/python/cpython3/Misc/ | 
| D | stable_abi.txt | 1472 function PyUnicode_DecodeUTF7Stateful
  | 
| /external/python/cpython2/Objects/ | 
| D | unicodeobject.c | 1636     return PyUnicode_DecodeUTF7Stateful(s, size, errors, NULL);  in PyUnicode_DecodeUTF7() 1646 PyObject *PyUnicode_DecodeUTF7Stateful(const char *s,  in PyUnicode_DecodeUTF7Stateful()  function
  | 
| /external/python/cpython2/Doc/c-api/ | 
| D | unicode.rst | 694 .. c:function:: PyObject* PyUnicode_DecodeUTF7Stateful(const char *s, Py_ssize_t size, const char *…
  | 
| /external/python/cpython3/Doc/c-api/ | 
| D | unicode.rst | 1289 .. c:function:: PyObject* PyUnicode_DecodeUTF7Stateful(const char *s, Py_ssize_t size, \
  | 
| /external/python/cpython3/Objects/ | 
| D | unicodeobject.c | 4758     return PyUnicode_DecodeUTF7Stateful(s, size, errors, NULL);  in PyUnicode_DecodeUTF7() 4769 PyUnicode_DecodeUTF7Stateful(const char *s,  in PyUnicode_DecodeUTF7Stateful()  function
  |