Home
last modified time | relevance | path

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

/aosp_15_r20/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(
/aosp_15_r20/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::
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/
Dunicodeobject.h630 PyAPI_FUNC(PyObject*) PyUnicode_DecodeLatin1(
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/
Dunicodeobject.h630 PyAPI_FUNC(PyObject*) PyUnicode_DecodeLatin1(
/aosp_15_r20/external/python/cpython3/Include/
Dunicodeobject.h630 PyAPI_FUNC(PyObject*) PyUnicode_DecodeLatin1(
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/
Dunicodeobject.h630 PyAPI_FUNC(PyObject*) PyUnicode_DecodeLatin1(
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/
Dunicodeobject.h630 PyAPI_FUNC(PyObject*) PyUnicode_DecodeLatin1(
/aosp_15_r20/external/python/cpython3/Modules/
D_codecsmodule.c540 PyObject *decoded = PyUnicode_DecodeLatin1(data->buf, data->len, errors); in _codecs_latin_1_decode_impl()
D_pickle.c2426 PyUnicode_DecodeLatin1(PyBytes_AS_STRING(obj), in save_bytes()
/aosp_15_r20/external/python/cpython3/Doc/data/
Drefcounts.dat2547 PyUnicode_DecodeLatin1:PyObject*::+1:
2548 PyUnicode_DecodeLatin1:const char*:s::
2549 PyUnicode_DecodeLatin1:Py_ssize_t:size::
2550 PyUnicode_DecodeLatin1:const char*:errors::
Dstable_abi.dat731 function,PyUnicode_DecodeLatin1,3.2,,
Dpython3.11.abi792 …<elf-symbol name='PyUnicode_DecodeLatin1' type='func-type' binding='global-binding' visibility='de…
10527PyUnicode_DecodeLatin1' mangled-name='PyUnicode_DecodeLatin1' filepath='Objects/unicodeobject.c' l…
/aosp_15_r20/external/python/cpython2/Modules/
D_codecsmodule.c530 unicode = PyUnicode_DecodeLatin1(pbuf.buf, pbuf.len, errors); in latin_1_decode()
/aosp_15_r20/external/python/cpython3/PC/
Dpython3dll.c649 EXPORT_FUNC(PyUnicode_DecodeLatin1)
/aosp_15_r20/external/python/cpython3/Objects/
Dbytearrayobject.c2108 PyObject *latin1 = PyUnicode_DecodeLatin1(buf, Py_SIZE(self), NULL); in _common_reduce()
Dunicodeobject.c3603 return PyUnicode_DecodeLatin1(s, size, errors); in PyUnicode_Decode()
6937 PyUnicode_DecodeLatin1(const char *s, in PyUnicode_DecodeLatin1() function
8336 return PyUnicode_DecodeLatin1(s, size, errors); in PyUnicode_DecodeCharmap()
/aosp_15_r20/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()
/aosp_15_r20/external/python/cpython3/Misc/
Dstable_abi.toml1488 [function.PyUnicode_DecodeLatin1]
/aosp_15_r20/external/python/cpython2/Doc/c-api/
Dunicode.rst789 .. c:function:: PyObject* PyUnicode_DecodeLatin1(const char *s, Py_ssize_t size, const char *errors)
/aosp_15_r20/external/python/cpython3/Doc/c-api/
Dunicode.rst1269 .. c:function:: PyObject* PyUnicode_DecodeLatin1(const char *s, Py_ssize_t size, const char *errors)
/aosp_15_r20/prebuilts/devtools/tools/lib/
HDjython-standalone-2.5.3.jarMETA-INF/MANIFEST.MF META-INF/LICENSE META-INF/NOTICE META- ...