Searched refs:PyUnicode_DecodeUTF16 (Results 1 – 9 of 9) sorted by relevance
| /third_party/python/Include/ |
| D | unicodeobject.h | 576 PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF16(
|
| /third_party/python/Doc/data/ |
| D | refcounts.dat | 2506 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::
|
| D | stable_abi.dat | 737 function,PyUnicode_DecodeUTF16,3.2,,
|
| /third_party/python/PC/ |
| D | python3dll.c | 656 EXPORT_FUNC(PyUnicode_DecodeUTF16)
|
| /third_party/python/Doc/c-api/ |
| D | unicode.rst | 1156 .. c:function:: PyObject* PyUnicode_DecodeUTF16(const char *s, Py_ssize_t size, \ 1187 If *consumed* is ``NULL``, behave like :c:func:`PyUnicode_DecodeUTF16`. If
|
| /third_party/python/Modules/ |
| D | _tkinter.c | 500 return PyUnicode_DecodeUTF16((const char *)u, len * 2, in unicodeFromTclObj()
|
| D | arraymodule.c | 2085 converted_items = PyUnicode_DecodeUTF16( in array__array_reconstructor_impl()
|
| /third_party/python/Misc/ |
| D | stable_abi.toml | 1492 [function.PyUnicode_DecodeUTF16]
|
| /third_party/python/Objects/ |
| D | unicodeobject.c | 3583 return PyUnicode_DecodeUTF16(s, size, errors, 0); in PyUnicode_Decode() 5959 PyUnicode_DecodeUTF16(const char *s, in PyUnicode_DecodeUTF16() function
|