Home
last modified time | relevance | path

Searched refs:PyUnicode_DecodeLatin1 (Results 1 – 20 of 20) sorted by relevance

/external/python/cpython2/Include/
Dunicodeobject.h168 # define PyUnicode_DecodeLatin1 PyUnicodeUCS2_DecodeLatin1 macro
255 # define PyUnicode_DecodeLatin1 PyUnicodeUCS4_DecodeLatin1 macro
975 PyAPI_FUNC(PyObject*) PyUnicode_DecodeLatin1(
/external/python/cpython3/Include/
Dunicodeobject.h634 PyAPI_FUNC(PyObject*) PyUnicode_DecodeLatin1(
/external/python/cpython2/Doc/data/
Drefcounts.dat1593 PyUnicode_DecodeLatin1:PyObject*::+1:
1594 PyUnicode_DecodeLatin1:const char*:s::
1595 PyUnicode_DecodeLatin1:int:size::
1596 PyUnicode_DecodeLatin1:const char*:errors::
/external/python/cpython3/Modules/
D_codecsmodule.c540 PyObject *decoded = PyUnicode_DecodeLatin1(data->buf, data->len, errors); in _codecs_latin_1_decode_impl()
D_pickle.c2424 PyUnicode_DecodeLatin1(PyBytes_AS_STRING(obj), in save_bytes()
/external/python/pybind11/docs/advanced/cast/
Dstrings.rst112 py::str py_s = PyUnicode_DecodeLatin1(s.data(), s.length());
/external/python/cpython3/Doc/data/
Drefcounts.dat2583 PyUnicode_DecodeLatin1:PyObject*::+1:
2584 PyUnicode_DecodeLatin1:const char*:s::
2585 PyUnicode_DecodeLatin1:Py_ssize_t:size::
2586 PyUnicode_DecodeLatin1:const char*:errors::
Dstable_abi.dat711 function,PyUnicode_DecodeLatin1,3.2,
Dpython3.10.abi772 …<elf-symbol name='PyUnicode_DecodeLatin1' type='func-type' binding='global-binding' visibility='de…
4390 …<function-decl name='PyUnicode_DecodeLatin1' mangled-name='PyUnicode_DecodeLatin1' filepath='./Inc…
11189PyUnicode_DecodeLatin1' mangled-name='PyUnicode_DecodeLatin1' filepath='Objects/unicodeobject.c' l…
/external/python/cpython2/Modules/
D_codecsmodule.c530 unicode = PyUnicode_DecodeLatin1(pbuf.buf, pbuf.len, errors); in latin_1_decode()
/external/python/cpython3/PC/
Dpython3dll.c636 EXPORT_FUNC(PyUnicode_DecodeLatin1)
/external/python/cffi/c/
Dffi_obj.c661 u = PyUnicode_DecodeLatin1(PyBytes_AS_STRING(res), in ffi_getctype()
/external/python/cpython3/Objects/
Dbytearrayobject.c2130 latin1 = PyUnicode_DecodeLatin1(buf, Py_SIZE(self), NULL); in _common_reduce()
Dunicodeobject.c3657 return PyUnicode_DecodeLatin1(s, size, errors); in PyUnicode_Decode()
7073 PyUnicode_DecodeLatin1(const char *s, in PyUnicode_DecodeLatin1() function
8502 return PyUnicode_DecodeLatin1(s, size, errors); in PyUnicode_DecodeCharmap()
/external/python/cpython3/Misc/
Dstable_abi.txt1396 function PyUnicode_DecodeLatin1
/external/python/cpython2/Objects/
Dunicodeobject.c1249 return PyUnicode_DecodeLatin1(s, size, errors); in PyUnicode_Decode()
3497 PyObject *PyUnicode_DecodeLatin1(const char *s, in PyUnicode_DecodeLatin1() function
4137 return PyUnicode_DecodeLatin1(s, size, errors); in PyUnicode_DecodeCharmap()
Dbytearrayobject.c2771 latin1 = PyUnicode_DecodeLatin1(self->ob_bytes, in bytearray_reduce()
/external/python/pybind11/include/pybind11/
Dcast.h1367 handle s = PyUnicode_DecodeLatin1((const char *) &src, 1, nullptr);
/external/python/cpython2/Doc/c-api/
Dunicode.rst789 .. c:function:: PyObject* PyUnicode_DecodeLatin1(const char *s, Py_ssize_t size, const char *errors)
/external/python/cpython3/Doc/c-api/
Dunicode.rst1384 .. c:function:: PyObject* PyUnicode_DecodeLatin1(const char *s, Py_ssize_t size, const char *errors)