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.h593 PyAPI_FUNC(PyObject*) PyUnicode_AsUTF16String(
/external/python/cpython3/PC/
Dpython3.def645 PyUnicode_AsUTF16String=python38.PyUnicode_AsUTF16String
/external/python/cpython2/Doc/data/
Drefcounts.dat1564 PyUnicode_AsUTF16String:PyObject*::+1:
1565 PyUnicode_AsUTF16String:PyObject*:unicode::
/external/python/cpython3/Doc/data/
Drefcounts.dat2551 PyUnicode_AsUTF16String:PyObject*::+1:
2552 PyUnicode_AsUTF16String:PyObject*:unicode:0:
/external/python/cpython3/Doc/c-api/
Dunicode.rst1229 .. c:function:: PyObject* PyUnicode_AsUTF16String(PyObject *unicode)
1257 :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.c6052 PyUnicode_AsUTF16String(PyObject *unicode) in PyUnicode_AsUTF16String() function