Home
last modified time | relevance | path

Searched refs:Py_EncodeLocale (Results 1 – 12 of 12) sorted by relevance

/third_party/python/Include/
Dfileutils.h12 PyAPI_FUNC(char*) Py_EncodeLocale(
/third_party/python/Doc/c-api/
Dsys.rst152 Use the :c:func:`Py_EncodeLocale` function to encode the character string
171 .. c:function:: char* Py_EncodeLocale(const wchar_t *text, size_t *error_pos)
Dunicode.rst829 The :c:func:`Py_EncodeLocale` function.
836 :c:func:`Py_EncodeLocale`
932 The :c:func:`Py_EncodeLocale` function.
Dinit.rst65 :c:func:`Py_Initialize`: :c:func:`Py_EncodeLocale`, :c:func:`Py_GetPath`,
/third_party/python/PC/
Dpython3dll.c51 EXPORT_FUNC(Py_EncodeLocale)
/third_party/python/Doc/data/
Dstable_abi.dat782 function,Py_EncodeLocale,3.7,
/third_party/python/Python/
Dfileutils.c847 Py_EncodeLocale(const wchar_t *text, size_t *error_pos) in Py_EncodeLocale() function
/third_party/python/Misc/
Dstable_abi.txt1930 function Py_EncodeLocale
/third_party/python/Misc/NEWS.d/
D3.8.0a1.rst793 On FreeBSD, Py_DecodeLocale() and Py_EncodeLocale() now also forces the
8877 Py_DecodeLocale() and Py_EncodeLocale() now use the UTF-8 encoding on
D3.5.0a1.rst5160 ``_Py_wchar2char()`` to :c:func:`Py_EncodeLocale`, and document these
/third_party/python/Doc/whatsnew/
D3.5.rst2186 * :c:func:`Py_EncodeLocale` (replaced ``_Py_wchar2char()``).
D3.7.rst1731 :c:func:`Py_DecodeLocale`, :c:func:`Py_EncodeLocale` now use the UTF-8