Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dfileutils.h48 PyAPI_FUNC(char*) Py_EncodeLocale(
/external/python/cpython3/Doc/c-api/
Dsys.rst159 Use the :c:func:`Py_EncodeLocale` function to encode the character string
178 .. c:function:: char* Py_EncodeLocale(const wchar_t *text, size_t *error_pos)
Dunicode.rst770 The :c:func:`Py_EncodeLocale` function.
777 :c:func:`Py_EncodeLocale`
863 The :c:func:`Py_EncodeLocale` function.
Dinit.rst80 been initialized: :c:func:`Py_EncodeLocale`, :c:func:`Py_GetPath`,
/external/python/cpython3/Modules/
Dgetpath.c486 narrow = Py_EncodeLocale(path, NULL); in getpath_realpath()
/external/python/cpython3/PC/
Dpython3dll.c47 EXPORT_FUNC(Py_EncodeLocale)
/external/python/cpython3/Doc/data/
Dstable_abi.dat834 func,Py_EncodeLocale,3.7,,
Dpython3.13.abi974 …<elf-symbol name='Py_EncodeLocale' type='func-type' binding='global-binding' visibility='default-v…
25856Py_EncodeLocale' mangled-name='Py_EncodeLocale' filepath='Python/fileutils.c' line='866' column='1…
/external/python/cpython3/Python/
Dfileutils.c866 Py_EncodeLocale(const wchar_t *text, size_t *error_pos) in Py_EncodeLocale() function
/external/python/cpython3/Misc/
Dstable_abi.toml2036 [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.rst5161 ``_Py_wchar2char()`` to :c:func:`Py_EncodeLocale`, and document these
/external/python/cpython3/Doc/whatsnew/
D3.5.rst2187 * :c:func:`Py_EncodeLocale` (replaced ``_Py_wchar2char()``).
D3.7.rst1744 :c:func:`Py_DecodeLocale`, :c:func:`Py_EncodeLocale` now use the UTF-8