Searched refs:PyUnicode_DecodeUTF16 (Results 1 – 15 of 15) sorted by relevance
| /external/python/cpython2/Include/ |
| D | unicodeobject.h | 172 # define PyUnicode_DecodeUTF16 PyUnicodeUCS2_DecodeUTF16 macro 259 # define PyUnicode_DecodeUTF16 PyUnicodeUCS4_DecodeUTF16 macro 872 PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF16(
|
| /external/python/cpython2/Doc/data/ |
| D | refcounts.dat | 1552 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::
|
| /external/python/cpython3/Include/ |
| D | unicodeobject.h | 580 PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF16(
|
| /external/python/cpython3/Doc/data/ |
| D | refcounts.dat | 2522 PyUnicode_DecodeUTF16:PyObject*::+1: 2523 PyUnicode_DecodeUTF16:const char*:s:: 2524 PyUnicode_DecodeUTF16:Py_ssize_t:size:: 2525 PyUnicode_DecodeUTF16:const char*:errors:: 2526 PyUnicode_DecodeUTF16:int*:byteorder::
|
| D | stable_abi.dat | 717 function,PyUnicode_DecodeUTF16,3.2,
|
| D | python3.10.abi | 776 …<elf-symbol name='PyUnicode_DecodeUTF16' type='func-type' binding='global-binding' visibility='def… 11272 …PyUnicode_DecodeUTF16' mangled-name='PyUnicode_DecodeUTF16' filepath='Objects/unicodeobject.c' lin…
|
| /external/python/cpython3/PC/ |
| D | python3dll.c | 643 EXPORT_FUNC(PyUnicode_DecodeUTF16)
|
| /external/python/cpython2/Doc/c-api/ |
| D | unicode.rst | 605 .. 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
|
| /external/python/cpython3/Misc/ |
| D | stable_abi.txt | 1400 function PyUnicode_DecodeUTF16
|
| /external/python/cpython3/Doc/c-api/ |
| D | unicode.rst | 1208 .. c:function:: PyObject* PyUnicode_DecodeUTF16(const char *s, Py_ssize_t size, \ 1239 If *consumed* is ``NULL``, behave like :c:func:`PyUnicode_DecodeUTF16`. If
|
| /external/python/cpython3/Modules/ |
| D | arraymodule.c | 2087 converted_items = PyUnicode_DecodeUTF16( in array__array_reconstructor_impl()
|
| D | _tkinter.c | 496 return PyUnicode_DecodeUTF16((const char *)u, len * 2, in unicodeFromTclObj()
|
| /external/python/pybind11/include/pybind11/ |
| D | cast.h | 1299 UTF_N == 16 ? PyUnicode_DecodeUTF16(buffer, nbytes, nullptr, nullptr) :
|
| /external/python/cpython3/Objects/ |
| D | unicodeobject.c | 3637 return PyUnicode_DecodeUTF16(s, size, errors, 0); in PyUnicode_Decode() 6073 PyUnicode_DecodeUTF16(const char *s, in PyUnicode_DecodeUTF16() function
|
| /external/python/cpython2/Objects/ |
| D | unicodeobject.c | 2533 PyUnicode_DecodeUTF16(const char *s, in PyUnicode_DecodeUTF16() function
|