Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dfileutils.h12 PyAPI_FUNC(char*) Py_EncodeLocale(
/external/python/cpython3/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`,
/external/python/cpython3/PC/
Dpython3dll.c51 EXPORT_FUNC(Py_EncodeLocale)
/external/python/cpython3/Doc/data/
Dstable_abi.dat782 function,Py_EncodeLocale,3.7,
Dpython3.10.abi855 …<elf-symbol name='Py_EncodeLocale' type='func-type' binding='global-binding' visibility='default-v…
19109Py_EncodeLocale' mangled-name='Py_EncodeLocale' filepath='Python/fileutils.c' line='847' column='1…
/external/python/cpython3/Python/
Dfileutils.c847 Py_EncodeLocale(const wchar_t *text, size_t *error_pos) in Py_EncodeLocale() function
/external/python/cpython3/Misc/
Dstable_abi.txt1930 function Py_EncodeLocale
/external/python/cpython3/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
/external/python/cpython3/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