Searched refs:PyUnicode_DecodeUTF8Stateful (Results 1 – 15 of 15) sorted by relevance
| /external/python/cpython2/Include/ |
| D | unicodeobject.h | 175 # define PyUnicode_DecodeUTF8Stateful PyUnicodeUCS2_DecodeUTF8Stateful macro 262 # define PyUnicode_DecodeUTF8Stateful PyUnicodeUCS4_DecodeUTF8Stateful macro 756 PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8Stateful(
|
| /external/python/cpython3/Parser/pegen/ |
| D | parse_string.c | 271 *result = PyUnicode_DecodeUTF8Stateful(s, len, NULL, NULL); in _PyPegen_parsestr() 501 *literal = PyUnicode_DecodeUTF8Stateful(literal_start, in fstring_find_literal()
|
| /external/python/cpython2/Doc/data/ |
| D | refcounts.dat | 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::
|
| /external/python/cpython3/Include/ |
| D | unicodeobject.h | 457 PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8Stateful(
|
| /external/python/cpython3/Modules/ |
| D | _codecsmodule.c | 286 PyObject *decoded = PyUnicode_DecodeUTF8Stateful(data->buf, data->len, in _codecs_utf_8_decode_impl()
|
| /external/python/cpython3/PC/ |
| D | python3.def | 674 PyUnicode_DecodeUTF8Stateful=python39.PyUnicode_DecodeUTF8Stateful
|
| /external/python/cpython3/Doc/data/ |
| D | refcounts.dat | 2490 PyUnicode_DecodeUTF8Stateful:PyObject*::+1: 2491 PyUnicode_DecodeUTF8Stateful:const char*:s:: 2492 PyUnicode_DecodeUTF8Stateful:Py_ssize_t:size:: 2493 PyUnicode_DecodeUTF8Stateful:const char*:errors:: 2494 PyUnicode_DecodeUTF8Stateful:Py_ssize_t*:consumed::
|
| /external/python/cpython2/Modules/ |
| D | _codecsmodule.c | 270 decoded = PyUnicode_DecodeUTF8Stateful(pbuf.buf, pbuf.len, errors, in utf_8_decode()
|
| /external/python/cpython3/Objects/ |
| D | unicodeobject.c | 2267 return PyUnicode_DecodeUTF8Stateful(u, size, NULL, NULL); in PyUnicode_FromStringAndSize() 2280 return PyUnicode_DecodeUTF8Stateful(u, (Py_ssize_t)size, NULL, NULL); in PyUnicode_FromString() 2287 id->object = PyUnicode_DecodeUTF8Stateful(id->string, in _PyUnicode_FromId() 2730 unicode = PyUnicode_DecodeUTF8Stateful(str, length, "replace", NULL); in unicode_fromformat_write_cstr() 3420 return PyUnicode_DecodeUTF8Stateful(s, size, errors, NULL); in PyUnicode_Decode() 3436 return PyUnicode_DecodeUTF8Stateful(s, size, errors, NULL); in PyUnicode_Decode() 4890 return PyUnicode_DecodeUTF8Stateful(s, size, errors, NULL); in PyUnicode_DecodeUTF8() 5130 PyUnicode_DecodeUTF8Stateful(const char *s, in PyUnicode_DecodeUTF8Stateful() function
|
| /external/python/cpython3/Python/ |
| D | ast.c | 4873 *literal = PyUnicode_DecodeUTF8Stateful(literal_start, in fstring_find_literal() 5746 *result = PyUnicode_DecodeUTF8Stateful(s, len, NULL, NULL); in parsestr()
|
| /external/python/cpython2/Objects/ |
| D | unicodeobject.c | 1962 return PyUnicode_DecodeUTF8Stateful(s, size, errors, NULL); in PyUnicode_DecodeUTF8() 1965 PyObject *PyUnicode_DecodeUTF8Stateful(const char *s, in PyUnicode_DecodeUTF8Stateful() function
|
| /external/python/cpython2/Doc/c-api/ |
| D | unicode.rst | 492 .. c:function:: PyObject* PyUnicode_DecodeUTF8Stateful(const char *s, Py_ssize_t size, const char *…
|
| /external/python/cpython3/Doc/c-api/ |
| D | unicode.rst | 1081 .. c:function:: PyObject* PyUnicode_DecodeUTF8Stateful(const char *s, Py_ssize_t size, \
|
| /external/python/cpython2/Misc/ |
| D | HISTORY | 2454 - SF patch #998993: ``PyUnicode_DecodeUTF8Stateful`` and
|
| /external/python/cpython3/Misc/ |
| D | HISTORY | 19838 - SF patch #998993: ``PyUnicode_DecodeUTF8Stateful`` and
|