Home
last modified time | relevance | path

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

/third_party/python/Include/
Dunicodeobject.h634 PyAPI_FUNC(PyObject*) PyUnicode_DecodeLatin1(
/third_party/python/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()
/third_party/python/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,
/third_party/python/PC/
Dpython3dll.c636 EXPORT_FUNC(PyUnicode_DecodeLatin1)
/third_party/python/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()
/third_party/python/Misc/
Dstable_abi.txt1396 function PyUnicode_DecodeLatin1
/third_party/python/Doc/c-api/
Dunicode.rst1384 .. c:function:: PyObject* PyUnicode_DecodeLatin1(const char *s, Py_ssize_t size, const char *errors)