Home
last modified time | relevance | path

Searched refs:PyUnicode_DecodeUTF16 (Results 1 – 18 of 18) sorted by relevance

/aosp_15_r20/external/python/cpython2/Include/
Dunicodeobject.h172 # define PyUnicode_DecodeUTF16 PyUnicodeUCS2_DecodeUTF16 macro
259 # define PyUnicode_DecodeUTF16 PyUnicodeUCS4_DecodeUTF16 macro
872 PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF16(
/aosp_15_r20/external/python/cpython2/Doc/data/
Drefcounts.dat1552 PyUnicode_DecodeUTF16:PyObject*::+1:
1553 PyUnicode_DecodeUTF16:const char*:s::
1554 PyUnicode_DecodeUTF16:int:size::
1555 PyUnicode_DecodeUTF16:const char*:errors::
1556 PyUnicode_DecodeUTF16:int*:byteorder::
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/
Dunicodeobject.h576 PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF16(
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/
Dunicodeobject.h576 PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF16(
/aosp_15_r20/external/python/cpython3/Include/
Dunicodeobject.h576 PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF16(
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/
Dunicodeobject.h576 PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF16(
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/
Dunicodeobject.h576 PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF16(
/aosp_15_r20/external/python/cpython3/Doc/data/
Drefcounts.dat2506 PyUnicode_DecodeUTF16:PyObject*::+1:
2507 PyUnicode_DecodeUTF16:const char*:s::
2508 PyUnicode_DecodeUTF16:Py_ssize_t:size::
2509 PyUnicode_DecodeUTF16:const char*:errors::
2510 PyUnicode_DecodeUTF16:int*:byteorder::
Dstable_abi.dat737 function,PyUnicode_DecodeUTF16,3.2,,
Dpython3.11.abi796 …<elf-symbol name='PyUnicode_DecodeUTF16' type='func-type' binding='global-binding' visibility='def…
10593PyUnicode_DecodeUTF16' mangled-name='PyUnicode_DecodeUTF16' filepath='Objects/unicodeobject.c' lin…
/aosp_15_r20/external/python/cpython3/PC/
Dpython3dll.c656 EXPORT_FUNC(PyUnicode_DecodeUTF16)
/aosp_15_r20/external/python/cpython2/Doc/c-api/
Dunicode.rst605 .. c:function:: PyObject* PyUnicode_DecodeUTF16(const char *s, Py_ssize_t size, const char *errors,…
638 If *consumed* is *NULL*, behave like :c:func:`PyUnicode_DecodeUTF16`. If
/aosp_15_r20/external/python/cpython3/Doc/c-api/
Dunicode.rst1156 .. c:function:: PyObject* PyUnicode_DecodeUTF16(const char *s, Py_ssize_t size, \
1187 If *consumed* is ``NULL``, behave like :c:func:`PyUnicode_DecodeUTF16`. If
/aosp_15_r20/external/python/cpython3/Modules/
D_tkinter.c500 return PyUnicode_DecodeUTF16((const char *)u, len * 2, in unicodeFromTclObj()
Darraymodule.c2085 converted_items = PyUnicode_DecodeUTF16( in array__array_reconstructor_impl()
/aosp_15_r20/external/python/cpython3/Misc/
Dstable_abi.toml1492 [function.PyUnicode_DecodeUTF16]
/aosp_15_r20/external/python/cpython3/Objects/
Dunicodeobject.c3583 return PyUnicode_DecodeUTF16(s, size, errors, 0); in PyUnicode_Decode()
5959 PyUnicode_DecodeUTF16(const char *s, in PyUnicode_DecodeUTF16() function
/aosp_15_r20/external/python/cpython2/Objects/
Dunicodeobject.c2533 PyUnicode_DecodeUTF16(const char *s, in PyUnicode_DecodeUTF16() function