Home
last modified time | relevance | path

Searched refs:PyUnicode_AsMBCSString (Results 1 – 8 of 8) sorted by relevance

/third_party/python/Include/
Dunicodeobject.h715 PyAPI_FUNC(PyObject*) PyUnicode_AsMBCSString(
/third_party/python/Doc/data/
Dstable_abi.dat688 function,PyUnicode_AsMBCSString,3.7,on Windows
Drefcounts.dat2652 PyUnicode_AsMBCSString:PyObject*::+1:
2653 PyUnicode_AsMBCSString:PyObject*:unicode:0:
/third_party/python/PC/
Dpython3dll.c613 EXPORT_FUNC(PyUnicode_AsMBCSString)
/third_party/python/Misc/
Dstable_abi.txt1964 function PyUnicode_AsMBCSString
/third_party/python/Doc/c-api/
Dunicode.rst1548 .. c:function:: PyObject* PyUnicode_AsMBCSString(PyObject *unicode)
1572 :c:func:`PyUnicode_AsMBCSString`, :c:func:`PyUnicode_EncodeCodePage` or
/third_party/python/Doc/whatsnew/
D3.3.rst2320 * :c:func:`PyUnicode_EncodeMBCS`: use :c:func:`PyUnicode_AsMBCSString` or
/third_party/python/Objects/
Dunicodeobject.c8260 PyUnicode_AsMBCSString(PyObject *unicode) in PyUnicode_AsMBCSString() function