Searched refs:PyUnicode_DecodeLatin1 (Results 1 – 10 of 10) sorted by relevance
/third_party/python/Include/ |
D | unicodeobject.h | 634 PyAPI_FUNC(PyObject*) PyUnicode_DecodeLatin1(
|
/third_party/python/Modules/ |
D | _codecsmodule.c | 540 PyObject *decoded = PyUnicode_DecodeLatin1(data->buf, data->len, errors); in _codecs_latin_1_decode_impl()
|
D | _pickle.c | 2424 PyUnicode_DecodeLatin1(PyBytes_AS_STRING(obj), in save_bytes()
|
/third_party/python/Doc/data/ |
D | refcounts.dat | 2583 PyUnicode_DecodeLatin1:PyObject*::+1: 2584 PyUnicode_DecodeLatin1:const char*:s:: 2585 PyUnicode_DecodeLatin1:Py_ssize_t:size:: 2586 PyUnicode_DecodeLatin1:const char*:errors::
|
D | stable_abi.dat | 711 function,PyUnicode_DecodeLatin1,3.2,
|
/third_party/python/PC/ |
D | python3dll.c | 636 EXPORT_FUNC(PyUnicode_DecodeLatin1)
|
/third_party/python/Objects/ |
D | bytearrayobject.c | 2130 latin1 = PyUnicode_DecodeLatin1(buf, Py_SIZE(self), NULL); in _common_reduce()
|
D | unicodeobject.c | 3657 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/ |
D | stable_abi.txt | 1396 function PyUnicode_DecodeLatin1
|
/third_party/python/Doc/c-api/ |
D | unicode.rst | 1384 .. c:function:: PyObject* PyUnicode_DecodeLatin1(const char *s, Py_ssize_t size, const char *errors)
|