Searched refs:PyUnicode_DecodeUTF8Stateful (Results 1 – 22 of 22) sorted by relevance
175 # define PyUnicode_DecodeUTF8Stateful PyUnicodeUCS2_DecodeUTF8Stateful macro262 # define PyUnicode_DecodeUTF8Stateful PyUnicodeUCS4_DecodeUTF8Stateful macro756 PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8Stateful(
1522 PyUnicode_DecodeUTF8Stateful:PyObject*::+1:1523 PyUnicode_DecodeUTF8Stateful:const char*:s::1524 PyUnicode_DecodeUTF8Stateful:int:size::1525 PyUnicode_DecodeUTF8Stateful:const char*:errors::1526 PyUnicode_DecodeUTF8Stateful:int*:consumed::
278 *result = PyUnicode_DecodeUTF8Stateful(s, len, NULL, NULL); in _PyPegen_parsestr()522 *literal = PyUnicode_DecodeUTF8Stateful(literal_start, in fstring_find_literal()
456 PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8Stateful(
2469 PyUnicode_DecodeUTF8Stateful:PyObject*::+1:2470 PyUnicode_DecodeUTF8Stateful:const char*:s::2471 PyUnicode_DecodeUTF8Stateful:Py_ssize_t:size::2472 PyUnicode_DecodeUTF8Stateful:const char*:errors::2473 PyUnicode_DecodeUTF8Stateful:Py_ssize_t*:consumed::
744 function,PyUnicode_DecodeUTF8Stateful,3.2,,
803 …<elf-symbol name='PyUnicode_DecodeUTF8Stateful' type='func-type' binding='global-binding' visibili…10659 …PyUnicode_DecodeUTF8Stateful' mangled-name='PyUnicode_DecodeUTF8Stateful' filepath='Objects/unicod…
288 PyObject *decoded = PyUnicode_DecodeUTF8Stateful(data->buf, data->len, in _codecs_utf_8_decode_impl()
270 decoded = PyUnicode_DecodeUTF8Stateful(pbuf.buf, pbuf.len, errors, in utf_8_decode()
663 EXPORT_FUNC(PyUnicode_DecodeUTF8Stateful)
2255 return PyUnicode_DecodeUTF8Stateful(u, size, NULL, NULL); in PyUnicode_FromStringAndSize()2277 return PyUnicode_DecodeUTF8Stateful(u, (Py_ssize_t)size, NULL, NULL); in PyUnicode_FromString()2314 obj = PyUnicode_DecodeUTF8Stateful(id->string, strlen(id->string), in _PyUnicode_FromId()2777 unicode = PyUnicode_DecodeUTF8Stateful(str, length, "replace", NULL); in unicode_fromformat_write_cstr()3564 return PyUnicode_DecodeUTF8Stateful(s, size, errors, NULL); in PyUnicode_Decode()3580 return PyUnicode_DecodeUTF8Stateful(s, size, errors, NULL); in PyUnicode_Decode()5011 return PyUnicode_DecodeUTF8Stateful(s, size, errors, NULL); in PyUnicode_DecodeUTF8()5242 PyUnicode_DecodeUTF8Stateful(const char *s, in PyUnicode_DecodeUTF8Stateful() function
1502 [function.PyUnicode_DecodeUTF8Stateful]
19838 - SF patch #998993: ``PyUnicode_DecodeUTF8Stateful`` and
1962 return PyUnicode_DecodeUTF8Stateful(s, size, errors, NULL); in PyUnicode_DecodeUTF8()1965 PyObject *PyUnicode_DecodeUTF8Stateful(const char *s, in PyUnicode_DecodeUTF8Stateful() function
492 .. c:function:: PyObject* PyUnicode_DecodeUTF8Stateful(const char *s, Py_ssize_t size, const char *…
1049 .. c:function:: PyObject* PyUnicode_DecodeUTF8Stateful(const char *s, Py_ssize_t size, \
2454 - SF patch #998993: ``PyUnicode_DecodeUTF8Stateful`` and
META-INF/MANIFEST.MF META-INF/LICENSE META-INF/NOTICE META- ...