Searched refs:PyUnicode_DecodeLatin1 (Results 1 – 22 of 22) sorted by relevance
168 # define PyUnicode_DecodeLatin1 PyUnicodeUCS2_DecodeLatin1 macro255 # define PyUnicode_DecodeLatin1 PyUnicodeUCS4_DecodeLatin1 macro975 PyAPI_FUNC(PyObject*) PyUnicode_DecodeLatin1(
1593 PyUnicode_DecodeLatin1:PyObject*::+1:1594 PyUnicode_DecodeLatin1:const char*:s::1595 PyUnicode_DecodeLatin1:int:size::1596 PyUnicode_DecodeLatin1:const char*:errors::
630 PyAPI_FUNC(PyObject*) PyUnicode_DecodeLatin1(
540 PyObject *decoded = PyUnicode_DecodeLatin1(data->buf, data->len, errors); in _codecs_latin_1_decode_impl()
2426 PyUnicode_DecodeLatin1(PyBytes_AS_STRING(obj), in save_bytes()
2547 PyUnicode_DecodeLatin1:PyObject*::+1:2548 PyUnicode_DecodeLatin1:const char*:s::2549 PyUnicode_DecodeLatin1:Py_ssize_t:size::2550 PyUnicode_DecodeLatin1:const char*:errors::
731 function,PyUnicode_DecodeLatin1,3.2,,
792 …<elf-symbol name='PyUnicode_DecodeLatin1' type='func-type' binding='global-binding' visibility='de…10527 …PyUnicode_DecodeLatin1' mangled-name='PyUnicode_DecodeLatin1' filepath='Objects/unicodeobject.c' l…
530 unicode = PyUnicode_DecodeLatin1(pbuf.buf, pbuf.len, errors); in latin_1_decode()
649 EXPORT_FUNC(PyUnicode_DecodeLatin1)
2108 PyObject *latin1 = PyUnicode_DecodeLatin1(buf, Py_SIZE(self), NULL); in _common_reduce()
3603 return PyUnicode_DecodeLatin1(s, size, errors); in PyUnicode_Decode()6937 PyUnicode_DecodeLatin1(const char *s, in PyUnicode_DecodeLatin1() function8336 return PyUnicode_DecodeLatin1(s, size, errors); in PyUnicode_DecodeCharmap()
1249 return PyUnicode_DecodeLatin1(s, size, errors); in PyUnicode_Decode()3497 PyObject *PyUnicode_DecodeLatin1(const char *s, in PyUnicode_DecodeLatin1() function4137 return PyUnicode_DecodeLatin1(s, size, errors); in PyUnicode_DecodeCharmap()
2771 latin1 = PyUnicode_DecodeLatin1(self->ob_bytes, in bytearray_reduce()
1488 [function.PyUnicode_DecodeLatin1]
789 .. c:function:: PyObject* PyUnicode_DecodeLatin1(const char *s, Py_ssize_t size, const char *errors)
1269 .. c:function:: PyObject* PyUnicode_DecodeLatin1(const char *s, Py_ssize_t size, const char *errors)
META-INF/MANIFEST.MF META-INF/LICENSE META-INF/NOTICE META- ...