Home
last modified time | relevance | path

Searched refs:PyUnicode_AsUTF16String (Results 1 – 9 of 9) sorted by relevance

/external/python/cpython2/Include/
Dunicodeobject.h155 # define PyUnicode_AsUTF16String PyUnicodeUCS2_AsUTF16String macro
242 # define PyUnicode_AsUTF16String PyUnicodeUCS4_AsUTF16String macro
894 PyAPI_FUNC(PyObject*) PyUnicode_AsUTF16String(
/external/python/cpython3/Include/
Dunicodeobject.h582 PyAPI_FUNC(PyObject*) PyUnicode_AsUTF16String(
/external/python/cpython3/PC/
Dpython3.def643 PyUnicode_AsUTF16String=python39.PyUnicode_AsUTF16String
/external/python/cpython2/Doc/data/
Drefcounts.dat1564 PyUnicode_AsUTF16String:PyObject*::+1:
1565 PyUnicode_AsUTF16String:PyObject*:unicode::
/external/python/cpython3/Doc/data/
Drefcounts.dat2557 PyUnicode_AsUTF16String:PyObject*::+1:
2558 PyUnicode_AsUTF16String:PyObject*:unicode:0:
/external/python/cpython3/Doc/c-api/
Dunicode.rst1257 .. c:function:: PyObject* PyUnicode_AsUTF16String(PyObject *unicode)
1285 :c:func:`PyUnicode_AsUTF16String` or :c:func:`PyUnicode_AsEncodedString`.
/external/python/cpython2/Doc/c-api/
Dunicode.rst675 .. c:function:: PyObject* PyUnicode_AsUTF16String(PyObject *unicode)
/external/python/cpython2/Objects/
Dunicodeobject.c2789 PyObject *PyUnicode_AsUTF16String(PyObject *unicode) in PyUnicode_AsUTF16String() function
/external/python/cpython3/Objects/
Dunicodeobject.c6220 PyUnicode_AsUTF16String(PyObject *unicode) in PyUnicode_AsUTF16String() function